Package com.puppycrawl.tools.checkstyle.checks.modifier
Contains the modifier checks that are bundled with the main distribution.
-
Class Summary Class Description ClassMemberImpliedModifierCheck Checks for implicit modifiers on nested types in classes and records.InterfaceMemberImpliedModifierCheck Checks for implicit modifiers on interface members and nested types.ModifierOrderCheck Checks that the order of modifiers conforms to the suggestions in the Java Language specification, § 8.1.1, 8.3.1, 8.4.3 and 9.4.RedundantModifierCheck Checks for redundant modifiers.