forked from phoedos/pmd
Tweaked msg; thx to Brian R. for the suggestion
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4371 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -172,7 +172,7 @@ public class Foo {
|
|||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<rule name="ConsecutiveLiteralAppends"
|
<rule name="ConsecutiveLiteralAppends"
|
||||||
message="StringBuffer.append is called {0} times consecutively, always using String literals"
|
message="StringBuffer.append is called {0} consecutive times with literal Strings. Use a single append with a single String."
|
||||||
class="net.sourceforge.pmd.rules.strings.ConsecutiveLiteralAppends"
|
class="net.sourceforge.pmd.rules.strings.ConsecutiveLiteralAppends"
|
||||||
externalInfoUrl="http://pmd.sourceforge.net/rules/strings.html#ConsecutiveLiteralAppends">
|
externalInfoUrl="http://pmd.sourceforge.net/rules/strings.html#ConsecutiveLiteralAppends">
|
||||||
<description>
|
<description>
|
||||||
|
Reference in New Issue
Block a user