Since: PMD 5.0
Denotes whether comments are required (or unwanted) for specific language elements.
This rule is defined by the following Java class:net.sourceforge.pmd.lang.java.rule.comments.CommentRequiredRule
Example(s):
/**
*
*
* @author George Bush
*/
Since: PMD 5.0
Determines whether the dimensions of non-header comments found are within the specified limits.
This rule is defined by the following Java class:net.sourceforge.pmd.lang.java.rule.comments.CommentSizeRule
Example(s):
/**
*
* too many lines!
*
*
*
*
*
*
*
*
*
*
*
*
*/
Since: PMD 5.0
A rule for the politically correct... we don't want to offend anyone.
This rule is defined by the following Java class:net.sourceforge.pmd.lang.java.rule.comments.CommentContentRule
Example(s):
// OMG, this is horrible, Bob is an idiot !!!