Copy Field and Methods
Posted
by javaguy
on Stack Overflow
See other posts from Stack Overflow
or by javaguy
Published on 2010-04-28T21:37:58Z
Indexed on
2010/04/28
21:47 UTC
Read the original article
Hit count: 474
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.
© Stack Overflow or respective owner