Bladeren bron

fix : The PMD rule CloneMethodMustImplementCloneable was not imported from the profile Sonar Way

tags/2.6
fmallet 13 jaren geleden
bovenliggende
commit
ced6b594e3

+ 1
- 1
plugins/sonar-pmd-plugin/src/main/resources/org/sonar/plugins/pmd/profile-sonar-way.xml Bestand weergeven

@@ -32,7 +32,7 @@
<rule ref="rulesets/basic.xml/EmptyWhileStmt" />
<rule ref="rulesets/basic.xml/CollapsibleIfStatements" />
<rule ref="rulesets/basic.xml/UselessOperationOnImmutable" />
<rule ref="rulesets/typeresolution.xml/CloneMethodMustImplementCloneable" />
<rule ref="rulesets/clone.xml/CloneMethodMustImplementCloneable" />
<rule ref="rulesets/basic.xml/UselessOverridingMethod" />
<rule ref="rulesets/controversial.xml/UnusedModifier" />
<rule ref="rulesets/design.xml/PreserveStackTrace" />

Laden…
Annuleren
Opslaan