-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue654 sys prop and env var loaders should trim String values #688
Issue654 sys prop and env var loaders should trim String values #688
Conversation
…r-property-testing
…r-property-testing
…r-property-testing
* Javadoc cleanup
… of github.com:eeverman/andhow into Issue676-loader-property-testing
…r-property-testing
* Some name refactoring (very internal classes - no impact) * Add tests for some untested methods * rm an unused Problem type * Nice reduction in code and increase in testing
…github.com:eeverman/andhow into Issue676-loader-property-testing
…r-property-testing
…r-property-testing
…ribute to test coverage anyway
…ys trim String values
This PR has pulled in the changes in the other PR (add testing) so its hard to see the changes in this one. When the other MR merges, this will be easier to see. |
Codecov Report
@@ Coverage Diff @@
## main #688 +/- ##
============================================
+ Coverage 87.31% 87.39% +0.08%
- Complexity 1165 1166 +1
============================================
Files 132 132
Lines 3730 3730
Branches 463 463
============================================
+ Hits 3257 3260 +3
+ Misses 344 340 -4
- Partials 129 130 +1
Continue to review full report at Codecov.
|
…op-and-EnvVar-loaders-should-trime # Conflicts: # andhow-testing/andhow-core-integration-test/src/test/java/org/yarnandtail/andhow/StdEnvVarLoaderIT.java # andhow-testing/andhow-core-integration-test/src/test/java/org/yarnandtail/andhow/StdSysPropLoaderIT.java # andhow-testing/andhow-core-integration-test/src/test/java/org/yarnandtail/andhow/test/bulktest/MapValueLoader.java
return false; | ||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of two functional changes. Everything else is javadoc updates and changes to tests.
return false; | ||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...and the 2nd change.
All Submissions:
Thank you! Please check that...
Fixes #654