Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetails
Packages that use UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetails
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetails in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetailsModifier and TypeFieldDescriptionprivate final Deque<Deque<UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetails>> UnusedTryResourceShouldBeUnnamedCheck.tryResourcesA stack of per-try resource-detail lists.Methods in com.puppycrawl.tools.checkstyle.checks.coding that return types with arguments of type UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetailsModifier and TypeMethodDescriptionprivate static Deque<UnusedTryResourceShouldBeUnnamedCheck.TryResourceDetails> UnusedTryResourceShouldBeUnnamedCheck.collectTrackedResources(DetailAST tryAst) Collects all tracked resources from theRESOURCE_SPECIFICATIONof a try-with-resources statement.