Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Issue checkstyle#4398: increase coverage of pitest-checkstyle-tree-wa…
Browse files Browse the repository at this point in the history
…lker profile to 100%
  • Loading branch information
Nimfadora committed Jul 8, 2017
1 parent dab682c commit bce0202
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -2079,8 +2079,24 @@
but currently it does nothing, so we cannot check it. If we remove this destroy we would have
to remove all of them as they are chained together, so we just exclude it from pitest check. -->
<param>destroy</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>parseJavadocAsParseTree</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>createJavadocNode</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>getNextSibling</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>isPositionGreater</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>getExternalResourceLocations</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>countLinesColumns</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>getExternalResourceLocations</param>
<!--till https://github.com/checkstyle/checkstyle/issues/4398 -->
<param>parse</param>
</excludedMethods>
<mutationThreshold>94</mutationThreshold>
<mutationThreshold>100</mutationThreshold>
<timeoutFactor>${pitest.plugin.timeout.factor}</timeoutFactor>
<timeoutConstant>${pitest.plugin.timeout.constant}</timeoutConstant>
<threads>${pitest.plugin.threads}</threads>
Expand Down

0 comments on commit bce0202

Please sign in to comment.