Skip to content

Commit

Permalink
Remove implementation of SONARJAVA-2368 (RSPEC-3824) (PRs #1581 & #1588
Browse files Browse the repository at this point in the history
…)" (#1598)

Commits:
- 08b35b4,
- 969c5fd.
  • Loading branch information
Wohops authored and benzonico committed Jul 21, 2017
1 parent 400fa60 commit c902365
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 428 deletions.
33 changes: 0 additions & 33 deletions its/ruling/src/test/resources/sonar-server/squid-S3824.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
import org.sonar.java.se.checks.DivisionByZeroCheck;
import org.sonar.java.se.checks.InvariantReturnCheck;
import org.sonar.java.se.checks.LocksNotUnlockedCheck;
import org.sonar.java.se.checks.MapComputeIfAbsentOrPresentCheck;
import org.sonar.java.se.checks.NoWayOutLoopCheck;
import org.sonar.java.se.checks.NonNullSetToNullCheck;
import org.sonar.java.se.checks.NullDereferenceCheck;
Expand Down Expand Up @@ -408,7 +407,6 @@ public static List<Class<? extends JavaCheck>> getJavaChecks() {
.add(StaticMethodCheck.class)
.add(ForLoopUsedAsWhileLoopCheck.class)
.add(MultilineBlocksCurlyBracesCheck.class)
.add(MapComputeIfAbsentOrPresentCheck.class)
.add(EnumMapCheck.class)
.add(FileCreateTempFileCheck.class)
.add(BooleanInversionCheck.class)
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
"S3655",
"S3725",
"S3776",
"S3824",
"S3878",
"S3923",
"S3958",
Expand Down

This file was deleted.

Loading

0 comments on commit c902365

Please sign in to comment.