Issue #13328: Kill mutation ImportOrder#13333
Merged
rdiachenko merged 1 commit intocheckstyle:masterfrom Jul 10, 2023
Merged
Conversation
Contributor
Author
|
Github, generate report |
Contributor
Contributor
Author
|
Github, generate report |
Contributor
12 tasks
Vyom-Yadav
approved these changes
Jul 8, 2023
Member
Vyom-Yadav
left a comment
There was a problem hiding this comment.
LGTM!
Both this PR and #13334 had acceptable logic.
@Kevin222004 If there are more mutations in beginTree, make sure you include these changes too while generating reports.
Member
|
I agree.
|
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 ImportOrder
Check
https://checkstyle.org/checks/imports/importorder.html#ImportOrder
Mutation
checkstyle/config/pitest-suppressions/pitest-imports-suppressions.xml
Lines 48 to 55 in b8915da
Explaination
Almost similar to #13334
checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheck.java
Lines 856 to 858 in b8915da
so no test cases looks possible to clear the state using input
Regression
https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/f0f6fb2_2023072736/reports/diff/index.html
https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/f0f6fb2_2023084409/reports/diff/index.html
Diff Regression config: https://gist.githubusercontent.com/Kevin222004/e3a00111b4bb7b8c054483466b88606d/raw/4895c88b1daf686479058c972bad0c27cd0818ef/IOC.xml
Diff Regression projects: https://gist.githubusercontent.com/Kevin222004/9600f179b602d4c971bdb0a050099005/raw/360a95ed7bb60d7a0956e531199d484c4d6f6617/test-projects.properties
Report label: new-Regression-1