Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.EmptyStatementTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.EmptyStatementTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
This checker finds and fixes empty statements after an if, with no else part.