Fixed mispelings
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3697 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -167,16 +167,16 @@ public class SimpleTest extends TestCase {
|
||||
</rule>
|
||||
|
||||
<!--
|
||||
other optimization shuold be like avoiding
|
||||
other optimization should be like avoiding
|
||||
"" + int
|
||||
or "" + (int) i
|
||||
and String.valueOf(int)
|
||||
|
||||
and using Integer.toString(int)
|
||||
|
||||
IntegerToStringShuoldBeUsed
|
||||
LongToStringShuoldBeUsed
|
||||
BooleanToStringShuoldBeUsed
|
||||
IntegerToStringShouldBeUsed
|
||||
LongToStringShouldBeUsed
|
||||
BooleanToStringShouldBeUsed
|
||||
-->
|
||||
|
||||
</ruleset>
|
||||
|
Reference in New Issue
Block a user