public class ExtractMethods { void newMethod() { int i = 0; if (true) { newMethod(i); } } }