Community
Participate
Working Groups
I not found in the Eclipse separate refactor method for creating entity (class, interface, file, etc) based on the other. For example, I have a class MyClass1 with fully implemented methods which represent some JSPBean. And I want to create new one, MyClass2, which will represent another one JSPBean. Today for achieving my goal, I need to create new java file, copy/past content of the MyClass1 into new one and call Find/Replace dialog for name changing. Can you add new separate refactoring method that will ask user before performing about new name for target? As it implemented int the IntelliJ IDEA?
select the file in which the class is declared press ctrl+C press ctrl+V select a new name