See: Description
| Class | Description |
|---|---|
| ModifierOrderCheck |
Checks that the order of modifiers conforms to the suggestions in the
Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3.
|
| RedundantModifierCheck |
Checks for redundant modifiers in interface and annotation definitions,
final modifier on methods of final classes, inner
interface
declarations that are declared as static, non public class
constructors and enum constructors, nested enum definitions that are declared
as static. |
Copyright © 2001–2018. All rights reserved.