Issue #13109: Kill mutation for UnusedLocalVariableCheck 1#13144
Issue #13109: Kill mutation for UnusedLocalVariableCheck 1#13144rdiachenko merged 1 commit intocheckstyle:masterfrom
Conversation
|
Github, generate report |
|
@Kevin222004 , please fix Checker failure. Removal from ctor is good, we create Check ones for execution. If values are default for jdk , they can be omitted or done at field declaration |
|
I have started regression |
|
Reason to suppress checker similar as #13158 (comment) |
Vyom-Yadav
left a comment
There was a problem hiding this comment.
We aren't targeting checker suppressions anyway, I am ok with checker suppression.
|
Github, generate report |
Yes, please open an issue for it with the case that is causing NPE. |
@Kevin222004 please give a link to the opened issue. |
|
Issue #13109: Kill mutation for UnusedLocalVariableCheck 1
Covering
checkstyle/config/pitest-suppressions/pitest-coding-2-suppressions.xml
Lines 273 to 289 in 82b6ac4
Explanation:-
The values are initialized in the constructor and they are default values so no changes would be there after the removal.
Diff Regression config: https://gist.githubusercontent.com/Kevin222004/0dbdfb487f8e9a050ed0e6356f1a35b4/raw/31f7927f400e11e4285e86fd086b373095227848/unusedLocal.xml
Diff Regression projects: https://gist.githubusercontent.com/Kevin222004/ba19d7151a6a0fa19dd55d1442f4b756/raw/d672a5aa0d6e30f539c6556af3c50c9e9433e9a8/intellij.properties
Report label: Regression on intellij