5673 remove varargs rule

This commit is contained in:
William Schaefer 2019-11-14 12:37:38 -05:00
parent 3cfd0849fd
commit 4b9fb56a1c

View File

@ -140,7 +140,6 @@
<rule ref="rulesets/java/design.xml/ReturnEmptyArrayRatherThanNull"/> <rule ref="rulesets/java/design.xml/ReturnEmptyArrayRatherThanNull"/>
<rule ref="rulesets/java/design.xml/AbstractClassWithoutAnyMethod"/> <rule ref="rulesets/java/design.xml/AbstractClassWithoutAnyMethod"/>
<rule ref="rulesets/java/design.xml/TooFewBranchesForASwitchStatement"/> <rule ref="rulesets/java/design.xml/TooFewBranchesForASwitchStatement"/>
<rule ref="rulesets/java/design.xml/UseVarargs"/>
<!-- Commented out because it flagged many of the NetBeans created UI classes that place <!-- Commented out because it flagged many of the NetBeans created UI classes that place
fields at various places in the class fields at various places in the class
<rule ref="rulesets/java/design.xml/FieldDeclarationsShouldBeAtStartOfClass"/> --> <rule ref="rulesets/java/design.xml/FieldDeclarationsShouldBeAtStartOfClass"/> -->