tests for "Unnecessary call to 'String.valueOf()'"
commit3eb507ede02984cdddb43d25202bb60749f18295
authorBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 6 May 2008 14:33:07 +0000 (6 18:33 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 6 May 2008 14:33:07 +0000 (6 18:33 +0400)
treeacdcadc0018c6360b7466639af37378d83584f8d
parent991b6a09be8d34a6193190857bc2446999537707
tests for "Unnecessary call to 'String.valueOf()'"
plugins/InspectionGadgets/test/com/siyeh/igtest/style/unnecessary_valueof/UnnecessaryCallToStringValueOf.java [new file with mode: 0644]
plugins/InspectionGadgets/test/com/siyeh/igtest/style/unnecessary_valueof/expected.xml [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/style/UnnecessaryCallToStringValueOfInspectionTest.java [new file with mode: 0644]