diff --git a/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/performance/xml/AppendCharacterWithChar.xml b/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/performance/xml/AppendCharacterWithChar.xml index ef5ba60787..f990423a43 100644 --- a/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/performance/xml/AppendCharacterWithChar.xml +++ b/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/performance/xml/AppendCharacterWithChar.xml @@ -4,9 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sourceforge.net/rule-tests http://pmd.sourceforge.net/rule-tests_1_0_0.xsd"> - + appending single character string, should fail 1 - + appending single char, should be ok 0 - + this is probably wrong, but shouldn't fail 0 - + concatenates a three character int 0 - + concatenates a string explicitly set to 1 character, not explicitly checking right now 0 - + for statement 1 - + concatenates an escaped character 1 - + concatenates all escaped characters 8 - + concatenates a single upper case 1 - + concatenates a single number 1 - + concatenates a single character & 1 - + concatenates two characters 0 - + a single octal character 2 - + octal character in longer string 0 - + append a single character as part of an expression (#2275) 0