I saw this question , but that is not what I am looking for.
There used to be a plugin for JBuilder or Together that analyzed your code to find when one class depended too much on another class and the like. He suggested refactoring based on GoF design patterns.
I checked PMD, but that is not what I need, for sure. I am looking for something more based on OO and less on Java syntax. Is there anything for Eclipse that offers OO code refactoring?
source
share