-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Resolves Pitest for AbstractSuperCheck #13108
Copy link
Copy link
Closed
Labels
Milestone
Description
Part of #13089
This issue will cover all the suppressed mutation for AbstractSuperCheck.java
| <mutation unstable="false"> | |
| <sourceFile>AbstractSuperCheck.java</sourceFile> | |
| <mutatedClass>com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck$MethodNode</mutatedClass> | |
| <mutatedMethod><init></mutatedMethod> | |
| <mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator</mutator> | |
| <description>Removed assignment to member variable callingSuper</description> | |
| <lineContent>callingSuper = false;</lineContent> | |
| </mutation> |
Reactions are currently unavailable