Class CommentSizeRule

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

    public class CommentSizeRule
    extends AbstractCommentRule
    A rule to manage those who just can't shut up...
    Author:
    Brian Remedios
    • Field Detail

      • MAX_LINES

        public static final net.sourceforge.pmd.properties.PropertyDescriptor<java.lang.Integer> MAX_LINES
      • MAX_LINE_LENGTH

        public static final net.sourceforge.pmd.properties.PropertyDescriptor<java.lang.Integer> MAX_LINE_LENGTH
    • Constructor Detail

      • CommentSizeRule

        public CommentSizeRule()