-
Notifications
You must be signed in to change notification settings - Fork 9
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
Resolve sonar code smells #273
Conversation
…entation of Optional, but doesn't serve any purpose anymore.
…ved location of DataExpressionSource instatiation.
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
=======================================
Coverage 100% 100%
- Complexity 1031 1032 +1
=======================================
Files 92 92
Lines 1393 1394 +1
Branches 146 146
=======================================
+ Hits 1393 1394 +1
Continue to review full report at Codecov.
|
Removed this comment to prevent partial duplication since I've also copy/pasted it into its own issue: #274. |
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.
I would have expected to als see renames of local method that clash with field names. Did you delibrately not change them? I did not read your long comment above. ;) Sorry! I agree with your proposal. :)
core/src/test/java/io/parsingdata/metal/expression/value/OptionalValueTest.java
Show resolved
Hide resolved
…mple Token definitions.
…ith format strings as well. Included helper method to automatically use Locale.ENGLISH.
Resolves #273.
Resolves all smells identified by Sonar.