-
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
NPE is ASTNode.squeezeSpaces method #500
Conversation
### What's done: Fixed bug
Codecov Report
@@ Coverage Diff @@
## master #500 +/- ##
============================================
- Coverage 81.79% 81.70% -0.09%
- Complexity 1596 1600 +4
============================================
Files 76 76
Lines 4026 4034 +8
Branches 1278 1282 +4
============================================
+ Hits 3293 3296 +3
- Misses 215 218 +3
- Partials 518 520 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/CommentsFormatting.kt
Outdated
Show resolved
Hide resolved
### What's done: Made a little prettier
### What's done: Made a little prettier
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.
So, the issue was with top-level block comments? Can it happen with other types of comments?
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/CommentsFormatting.kt
Outdated
Show resolved
Hide resolved
### What's done: Renamed
No, I tested with |
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/CommentsFormatting.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed bug
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/CommentsFormatting.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/CommentsFormatting.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
### What's done: Fixed bugs
What's done:
Fixed bug
closes #460