eeverman / andhow

Java configuration simplified.
https://www.andhowconfig.org
Apache License 2.0
23 stars 34 forks source link

Unreachable code: A canonical name and a URI name are always be distinct #714

Closed eeverman closed 2 years ago

eeverman commented 2 years ago

Thus the StdJndiLoader does not need to check if they are distinct - they always are, so a portion of code is unreachable and untestable.

eeverman commented 2 years ago

Fixed by #716