Issue #13328: Kill mutation for HiddenField#13182
Merged
romani merged 1 commit intocheckstyle:masterfrom Aug 1, 2023
Merged
Conversation
Contributor
Author
|
Github, generate report |
Contributor
|
Report generation failed on phase "make_report", |
Contributor
Author
|
Github, generate report |
Contributor
Contributor
Author
|
Github, generate report |
Contributor
nrmancuso
approved these changes
Jul 29, 2023
Contributor
nrmancuso
left a comment
There was a problem hiding this comment.
Fields should always have a parent, regression turned up nothing, I am good to merge.
Member
|
rebased |
Member
|
Pitest failure Very strange. |
Member
|
pitest is green, restarted one more time . |
Member
|
@rdiachenko , restart it one more time on your next code review time. |
Member
done |
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 #13328: Kill mutation for HiddenField
Check:-
https://checkstyle.org/checks/coding/hiddenfield.html#HiddenField
Mutations
checkstyle/config/pitest-suppressions/pitest-coding-2-suppressions.xml
Lines 21 to 28 in f4a33f9
Explaination
Tried various ways but no test cases were found.
Regression
Report-1 :- https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/76d0b0f_2023195339/reports/diff/index.html
Report-2 :- https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/76d0b0f_2023170225/reports/diff/index.html
Diff Regression config: https://gist.githubusercontent.com/Kevin222004/e922f9f79f4b5245caba9b44cd2d1f0d/raw/50a61d0d72c5a09bd74a383907fe0021d28f1763/hidden.xml
Diff Regression projects: https://gist.githubusercontent.com/Kevin222004/9600f179b602d4c971bdb0a050099005/raw/360a95ed7bb60d7a0956e531199d484c4d6f6617/test-projects.properties
Report label: Regression-2