Uses of Class
com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker
Packages that use AbstractMustBeClosedChecker
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractMustBeClosedChecker in com.google.errorprone.bugpatterns
Subclasses of AbstractMustBeClosedChecker in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionclassChecks if a constructor or method annotated withMustBeClosedis called within the resource variable initializer of a try-with-resources statement.classABugChecker; see the associatedBugPatternannotation for details.