|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <suppressedMutations> |
3 | | - <mutation unstable="false"> |
4 | | - <sourceFile>ImportControlCheck.java</sourceFile> |
5 | | - <mutatedClass>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck</mutatedClass> |
6 | | - <mutatedMethod>setFile</mutatedMethod> |
7 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator> |
8 | | - <description>removed call to java/lang/String::valueOf</description> |
9 | | - <lineContent>throw new IllegalArgumentException(UNABLE_TO_LOAD + uri, exc);</lineContent> |
10 | | - </mutation> |
11 | | - |
12 | | - <mutation unstable="false"> |
13 | | - <sourceFile>ImportControlLoader.java</sourceFile> |
14 | | - <mutatedClass>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader</mutatedClass> |
15 | | - <mutatedMethod>load</mutatedMethod> |
16 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator> |
17 | | - <description>removed call to java/lang/String::valueOf</description> |
18 | | - <lineContent>throw new CheckstyleException("unable to read " + uri, exc);</lineContent> |
19 | | - </mutation> |
20 | | - |
21 | | - <mutation unstable="false"> |
22 | | - <sourceFile>ImportControlLoader.java</sourceFile> |
23 | | - <mutatedClass>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader</mutatedClass> |
24 | | - <mutatedMethod>loadUri</mutatedMethod> |
25 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator> |
26 | | - <description>removed call to java/lang/String::valueOf</description> |
27 | | - <lineContent>throw new CheckstyleException("syntax error in url " + uri, exc);</lineContent> |
28 | | - </mutation> |
29 | | - |
30 | | - <mutation unstable="false"> |
31 | | - <sourceFile>ImportControlLoader.java</sourceFile> |
32 | | - <mutatedClass>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader</mutatedClass> |
33 | | - <mutatedMethod>loadUri</mutatedMethod> |
34 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator> |
35 | | - <description>removed call to java/lang/String::valueOf</description> |
36 | | - <lineContent>throw new CheckstyleException("unable to find " + uri, exc);</lineContent> |
37 | | - </mutation> |
38 | | - |
39 | 3 | <mutation unstable="false"> |
40 | 4 | <sourceFile>ImportOrderCheck.java</sourceFile> |
41 | 5 | <mutatedClass>com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck</mutatedClass> |
|
0 commit comments