Copy Field and Methods
- by javaguy
I am new to java. I was wondering if there is a tool to copy fields and method easily.
E.g if I have
private String foo; // with getter/setters
I should be able to select foo and type bar car in a textbox and the tool should generate fields bar and car with their getter/setters.