// "Change 1st parameter of method 'parseInt' from 'String' to 'int'" "false" class A { public void foo() { Integer.parseInt(1); } }