Package com.puppycrawl.tools.checkstyle.checks.modifier
package com.puppycrawl.tools.checkstyle.checks.modifier
Contains the modifier checks that are bundled with the main distribution.
-
ClassDescriptionChecks for implicit modifiers on nested types in classes and records.Checks for implicit modifiers on interface members and nested types.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.Checks for redundant modifiers.