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