Issue #13501: Kill mutation for JavadocTagContinuationIndentationCheck2#13573
Merged
romani merged 1 commit intocheckstyle:masterfrom Aug 23, 2023
Merged
Conversation
Contributor
Author
|
Github, generate report |
Member
|
@Kevin222004 , basic CI is red |
Contributor
b09decb to
8d03c9e
Compare
Member
|
Rebased to fix CI failure on ok comment |
romani
approved these changes
Aug 21, 2023
Member
romani
left a comment
There was a problem hiding this comment.
ok to merge if reports are clean
8d03c9e to
6e50bb5
Compare
Contributor
Author
|
Github, generate report |
Contributor
Member
|
@Kevin222004 , conflict |
6e50bb5 to
5a90b57
Compare
Vyom-Yadav
suggested changes
Aug 22, 2023
| private static boolean isInlineDescription(DetailNode description) { | ||
| boolean isInline = false; | ||
| DetailNode inlineTag = description.getParent(); | ||
| DetailNode inlineTag = description; |
Member
There was a problem hiding this comment.
@Kevin222004 Can you please also change the name to currentNode as it is not an inlineTag node in every iteration, so makes less sense.
5a90b57 to
3d825c7
Compare
romani
approved these changes
Aug 23, 2023
61 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #13501: Kill mutation for JavadocTagContinuationIndentationCheck2
Check
https://checkstyle.org/checks/javadoc/javadoctagcontinuationindentation.html#JavadocTagContinuationIndentation
Mutation
checkstyle/config/pitest-suppressions/pitest-javadoc-suppressions.xml
Lines 516 to 541 in d2c985e
Explaination
loop run 1 time more
Regression
Report-1 :- https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/b09decb_2023223713/reports/diff/index.html
Report-2 :- https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/6e50bb5_2023174529/reports/diff/index.html
Diff Regression config: https://gist.githubusercontent.com/Kevin222004/ec7b8b74e9e64a8a9f9c0014860b2016/raw/e392cb5c586eacde87601e6ef62098f95b8eba8f/JavadocTagContinuationIndentationCheck.xml
Diff Regression projects: https://gist.githubusercontent.com/Kevin222004/9600f179b602d4c971bdb0a050099005/raw/360a95ed7bb60d7a0956e531199d484c4d6f6617/test-projects.properties
Report label: Regression-2