Uncommented Empty Method finds instances where a method does not contain statements, but there is no comment. By explicitly commenting empty methods it is easier to distinguish between intentional (commented) and unintentional empty methods.
This rule has been deprecated in PMD itself in favor of {rule:pmd:UncommentedEmptyMethodBody} and will be removed in the next version of PMD.
This rule is deprecated, use {rule:squid:S1186} instead.