// "Fix all 'Redundant 'String' operation' problems in file" "true" class Foo { void test(String s) { String s1 = ""; String s2 = s.substring(s1.length()); } }