Issue #13108: Resolves Pitest for AbstractSuperCheck#13111
Issue #13108: Resolves Pitest for AbstractSuperCheck#13111nrmancuso merged 1 commit intocheckstyle:masterfrom
Conversation
|
Test cases not found. In the constructor only the parameter ast is taken for private final DetailAST method; every time when the object of MethodNode class is created then private boolean callingSuper; is been set false by the constructor intially.
By default in java the value of none initalize boolean variable is false; |
|
This might not be a good practice to leave a variable on default initialization and not initialize it by ourselves. @romani @Vyom-Yadav @rdiachenko do you have any suggestions for this type of case? |
If it's a primitive type like |
nrmancuso
left a comment
There was a problem hiding this comment.
@Kevin222004 different SHA of patch branch in reports and PR is questionable; if we are removing code, regression reports should be generated on final SHA of the commit in your PR.
|
@nrmancuso I am also not sure how this happens, I will generate it again. |
Issue #13108: Resolves Pitest for AbstractSuperCheck
covering
checkstyle/config/pitest-suppressions/pitest-coding-1-suppressions.xml
Lines 3 to 11 in f633d9b