Java Class Refactoring with JDeodorant

Java Class Refactoring with JDeodorant

JDeodorant is an Eclipse plug-in that identifies design problems in software, known as bad smells, and resolves them by applying appropriate refactorings. JDeodorant employs employs a variety of novel methods and techniques in order to identify code smells and suggest the appropriate refactorings that resolve them.

This short video shows how JDeodorant can identify Extract Class refactoring opportunities and apply them accordingly.