// "Remove redundant 'toString' call" "true" class Foo { public static void main(String[] args) { String s = args[0].toString(/*valuable comment!!!*/); } }