Skip to content

Commit

Permalink
minor: move suppression due to added switch-case in #12001
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanK7 authored and pbludov committed Aug 14, 2022
1 parent d4f2ae5 commit a4a2486
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<sourceFile>RequireThisCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck</mutatedClass>
<mutatedMethod>leaveToken</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator_6</mutator>
<description>RemoveSwitch 6 mutation</description>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator_9</mutator>
<description>RemoveSwitch 9 mutation</description>
<lineContent>switch (ast.getType()) {</lineContent>
</mutation>

Expand Down

0 comments on commit a4a2486

Please sign in to comment.