// "Remove 2 parameter from method f" "true" class A { void f(int i, String s, int i2) {} public void foo() { f(1,1); } }