eeverman / andhow

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

Remove unreachable code in StdJndiLoader #716

Closed eeverman closed 2 years ago

eeverman commented 2 years ago

All Submissions:

Thank you! Please check that...

Fixes #714

codecov[bot] commented 2 years ago

Codecov Report

Merging #716 (432f53a) into main (e6114bb) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #716      +/-   ##
============================================
+ Coverage     88.65%   88.70%   +0.05%     
- Complexity     1250     1251       +1     
============================================
  Files           138      138              
  Lines          3772     3771       -1     
  Branches        451      450       -1     
============================================
+ Hits           3344     3345       +1     
  Misses          309      309              
+ Partials        119      117       -2     
Impacted Files Coverage Δ
...ava/org/yarnandtail/andhow/api/NamingStrategy.java 100.00% <ø> (+25.00%) :arrow_up:
...yarnandtail/andhow/name/CaseInsensitiveNaming.java 86.36% <ø> (ø)
...org/yarnandtail/andhow/load/std/StdJndiLoader.java 97.33% <100.00%> (+1.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6114bb...432f53a. Read the comment docs.