Uses of Record Class
com.puppycrawl.tools.checkstyle.checks.coding.UnusedPrivateFieldCheck.FieldUsage
Packages that use UnusedPrivateFieldCheck.FieldUsage
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of UnusedPrivateFieldCheck.FieldUsage in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type UnusedPrivateFieldCheck.FieldUsageModifier and TypeFieldDescriptionprivate final List<UnusedPrivateFieldCheck.FieldUsage> UnusedPrivateFieldCheck.fieldUsagesRecorded field-name usage occurrences.Methods in com.puppycrawl.tools.checkstyle.checks.coding with parameters of type UnusedPrivateFieldCheck.FieldUsageModifier and TypeMethodDescriptionprivate static DetailASTUnusedPrivateFieldCheck.resolveUsage(UnusedPrivateFieldCheck.FieldUsage usage) Resolves a recorded usage to the exact field declaration it refers to, following the same shadowing rules Java itself applies.