RenameLocal.java :  » IDE-Netbeans » refactoring.api » defaultpkg » Java Open Source

Java Open Source » IDE Netbeans » refactoring.api 
refactoring.api » defaultpkg » RenameLocal.java

package defaultpkg;

public class RenameLocal {
    
    public void method() {
        int local;
        
        local = 2;
        System.out.println(local);
    }
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.