forked from phoedos/pmd
Wording tweak thx to Brian R
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4391 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -243,7 +243,7 @@ public class Foo {
|
||||
</rule>
|
||||
|
||||
<rule name="InsufficientStringBufferDeclaration"
|
||||
message="StringBuffer constructor is initialized with size {0}, but has {1} characters appended"
|
||||
message="StringBuffer constructor is initialized with size {0}, but has at least {1} characters appended"
|
||||
class="net.sourceforge.pmd.rules.strings.InsufficientStringBufferDeclaration">
|
||||
<description>
|
||||
Failing to pre-size a StringBuffer properly could cause it to re-size many times
|
||||
|
Reference in New Issue
Block a user