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