// "Introduce local variable" "false" class a { void a() { int i; i = Integer.parseInt("10"); } }