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