Class HeaderCommentsRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

    public class HeaderCommentsRule
    extends AbstractCommentRule
    Restrictions regarding the legal placement and content of the file header.
    Author:
    Brian Remedios
    • Field Detail

      • REQUIRED_TERMS_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.StringMultiProperty REQUIRED_TERMS_DESCRIPTOR
      • REQUIRED_TAGS_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.StringMultiProperty REQUIRED_TAGS_DESCRIPTOR
      • HEADER_PLACEMENT_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.EnumeratedProperty<net.sourceforge.pmd.lang.java.rule.documentation.HeaderCommentsRule.RequiredHeaderPlacement> HEADER_PLACEMENT_DESCRIPTOR
    • Constructor Detail

      • HeaderCommentsRule

        public HeaderCommentsRule()