Class TryWithResourcesVariable

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.TryWithResourcesVariable
All Implemented Interfaces:
BugChecker.TryTreeMatcher, Suppressible, Serializable

public class TryWithResourcesVariable extends BugChecker implements BugChecker.TryTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: