//5, 1 -> 6, 1 package p; class A { void m() { Integer one= new Integer(1); //Extract Local Variable } }