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

Commit

Permalink
Issue checkstyle#4749: delete deprecated: AbstractComplexityCheck, Ab…
Browse files Browse the repository at this point in the history
…stractIllegalCheck, AbstractIllegalMethodCheck, AbstractNestedDepthCheck
  • Loading branch information
Nimfadora authored and vasylieva committed Jul 20, 2017
1 parent 4da7fdd commit 32ac2b0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 438 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1697,12 +1697,6 @@
<targetTests>
<param>com.puppycrawl.tools.checkstyle.checks.coding.*</param>
</targetTests>
<excludedClasses>
<!-- deprecated class -->
<param>com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck</param>
<param>com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck</param>
<param>com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck</param>
</excludedClasses>
<mutationThreshold>95</mutationThreshold>
<timeoutFactor>${pitest.plugin.timeout.factor}</timeoutFactor>
<timeoutConstant>${pitest.plugin.timeout.constant}</timeoutConstant>
Expand Down Expand Up @@ -1865,10 +1859,6 @@
<targetTests>
<param>com.puppycrawl.tools.checkstyle.checks.metrics.*</param>
</targetTests>
<excludedClasses>
<!-- deprecated class -->
<param>com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck</param>
</excludedClasses>
<mutationThreshold>91</mutationThreshold>
<timeoutFactor>${pitest.plugin.timeout.factor}</timeoutFactor>
<timeoutConstant>${pitest.plugin.timeout.constant}</timeoutConstant>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 32ac2b0

Please sign in to comment.