Class CommentSizeRule

java.lang.Object
net.sourceforge.pmd.properties.AbstractPropertySource
net.sourceforge.pmd.lang.rule.AbstractRule
All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

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

    • MAX_LINES

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

      public static final net.sourceforge.pmd.properties.PropertyDescriptor<Integer> MAX_LINE_LENGTH
  • Constructor Details

    • CommentSizeRule

      public CommentSizeRule()
  • Method Details