Need to refactor field names in eclipse which should change getters/setters as well

Posted by Reddy on Stack Overflow See other posts from Stack Overflow or by Reddy
Published on 2010-05-10T19:29:48Z Indexed on 2010/05/10 19:34 UTC
Read the original article Hit count: 269

Filed under:
|

I need to do lot of refactoring (actually need to change field names) in eclipse. It is changing all occurrences, references of fields. But one thing is it is not changing getter/setter names which have been generated based on previous name.

Do we have any plugin to do this or any configuration change needed to be done?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse