Uses of Class
com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractMustBeClosedChecker in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
Checks if a constructor or method annotated withMustBeClosed
is called within the resource variable initializer of a try-with-resources statement.class
ABugChecker
; see the associatedBugPattern
annotation for details.