-
Notifications
You must be signed in to change notification settings - Fork 39
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
Bugfix. NPE in TrivialPropertyAccessors rule #512
Conversation
### What's done: * Fixed bugs
### What's done: * Fixed bugs
Codecov Report
@@ Coverage Diff @@
## master #512 +/- ##
============================================
- Coverage 81.80% 81.76% -0.05%
- Complexity 1547 1550 +3
============================================
Files 73 73
Lines 3892 3894 +2
Branches 1242 1245 +3
============================================
Hits 3184 3184
Misses 210 210
- Partials 498 500 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
...t-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter6/TrivialPropertyAccessorsWarnTest.kt
Show resolved
Hide resolved
### What's done: * Fixed bugs
...t-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter6/TrivialPropertyAccessorsWarnTest.kt
Outdated
Show resolved
Hide resolved
### What's done: * Fixed bugs
…' into bugfix/npe-trivial-accessors(#511)
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.
lgtm
TrivialPropertyAccessors rule throws NPE
This pull request closes #511