I have a Java project that I\'ve been working on for a while. The design started out pretty good but slowly degraded as changes were made. I\'m looking for some sort of to
Doxygen can help, especially with graphical representations of the dependencies between classes and methods.
You may also want to try FindBugs. Helps a lot with these and many other issues.