Browse Source

Up priority of yet another rule

Change-Id: Ifc7a19c6691e9f21b2e30264e12ac106028407cb
Reviewed-on: http://gerrit.dmdirc.com/2064
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.6b1
Greg Holmes 13 years ago
parent
commit
6dcc08ddeb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle/pmd_checks.xml

+ 1
- 1
checkstyle/pmd_checks.xml View File

@@ -184,7 +184,7 @@
184 184
 <rule ref="rulesets/optimizations.xml/UseArraysAsList"><priority>1</priority></rule>
185 185
 <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"><priority>1</priority></rule>
186 186
 <rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"><priority>1</priority></rule>
187
-<rule ref="rulesets/optimizations.xml/AddEmptyString"><priority>2</priority></rule>
187
+<rule ref="rulesets/optimizations.xml/AddEmptyString"><priority>1</priority></rule>
188 188
 
189 189
 <rule ref="rulesets/strictexception.xml/AvoidCatchingThrowable"><priority>1</priority></rule>
190 190
 <rule ref="rulesets/strictexception.xml/SignatureDeclareThrowsException"><priority>1</priority></rule>

Loading…
Cancel
Save