Tagged Questions
0
votes
0answers
193 views
Can I Undo Netbeans Refactoring (Rename Variable) Function?
So I wasn't paying careful attention when using the the Refactor->Rename function in Netbeans a few times this morning and now I'm afraid Netbeans may have automatically changed the names of some ...
3
votes
1answer
281 views
what is best java libraries to write custom refactoring scripts? [closed]
I plan to do complex refactoring of large project, default ide capabilities is not enough. Please also provide tutorial link if possible.
Language: java, xml
I talk about programmatic api for java ...
17
votes
12answers
704 views
Java source refactoring of 7000 references
I have a huge problem. My supervisors want me to change a piece of java code which can effect whole project.
I need to change the signature of the void log(String) method which should take two more ...