[doc] ShortVariable now also reports short enum constant names

Refs #3123
This commit is contained in:
Andreas Dangel
2023-04-27 10:33:18 +02:00
parent bebe05bd8e
commit bd13b3915c
3 changed files with 3 additions and 1 deletions

View File

@ -1392,7 +1392,7 @@ public class ShortMethod {
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_codestyle.html#shortvariable">
<description>
Fields, local variables, or parameter names that are very short are not helpful to the reader.
Fields, local variables, enum constant names or parameter names that are very short are not helpful to the reader.
</description>
<priority>3</priority>
<properties>