Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Please help me as I'm new in refactoring field. I want to know the complete process how to implement a new refactoring in eclipse using existing libraries. Kindly some self programme will be preffered for help.
Posted

1 solution

Start here: http://en.wikipedia.org/wiki/Refactoring[^]

go here: http://www.eclipse.org/articles/article.php?file=Article-Unleashing-the-Power-of-Refactoring/index.html[^]

...and read this:http://www.eclipse.org/articles/Article-LTK/ltk.html[^]

...for a brief start.

my 2 cents:
Refactoring is mostly a thing you'll have to do by yourself. Tools can eliminate unused stuff, can instance something you've called too often etc. - the design must be made by you. And do not overdo it, the code needs to be maintainable and must under all circumstances keep the complete functionality!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900