Class FieldDeclarationsShouldBeAtStartOfClassRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

    public class FieldDeclarationsShouldBeAtStartOfClassRule
    extends AbstractJavaRulechainRule
    Detects fields that are declared after methods, constructors, etc. It was a XPath rule, but the Java version is much faster.