Skip to content

Commit

Permalink
Subsume LocalizableToString into DoNotCall.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423782783
  • Loading branch information
graememorgan authored and Error Prone Team committed Jan 24, 2022
1 parent 437fc06 commit 27f3a18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
import javax.lang.model.element.Modifier;

/** A {@link BugChecker}; see the associated {@link BugPattern} annotation for details. */
// TODO(cushon): this should subsume LocalizableWrongToString
@BugPattern(name = "DoNotCall", summary = "This method should not be called.", severity = ERROR)
public class DoNotCallChecker extends BugChecker
implements MethodTreeMatcher, CompilationUnitTreeMatcher {
Expand Down

0 comments on commit 27f3a18

Please sign in to comment.