Skip to content

Commit

Permalink
Delete FloggerPassedAround now that it has been subsumed by `NonApi…
Browse files Browse the repository at this point in the history
…Type`.

PiperOrigin-RevId: 542005518
  • Loading branch information
kluever authored and Error Prone Team committed Jun 21, 2023
1 parent 42e623e commit 51229cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@
import com.google.errorprone.bugpatterns.flogger.FloggerLogVarargs;
import com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause;
import com.google.errorprone.bugpatterns.flogger.FloggerMessageFormat;
import com.google.errorprone.bugpatterns.flogger.FloggerPassedAround;
import com.google.errorprone.bugpatterns.flogger.FloggerRedundantIsEnabled;
import com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers;
import com.google.errorprone.bugpatterns.flogger.FloggerSplitLogStatement;
Expand Down Expand Up @@ -1102,7 +1101,6 @@ public static ScannerSupplier warningChecks() {
FieldMissingNullable.class,
FloggerLogWithCause.class,
FloggerMessageFormat.class,
FloggerPassedAround.class,
FloggerRedundantIsEnabled.class,
FloggerRequiredModifiers.class,
FloggerWithCause.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ public void normalApisAreNotFlagged() {
.doTest();
}

// Tests below are copied from FloggerPassedAroundTest (so it can be deleted)

@Test
public void streams() {
helper
Expand Down

This file was deleted.

0 comments on commit 51229cb

Please sign in to comment.