Dependency map for Java classes and methods

前端 未结 8 1544
予麋鹿
予麋鹿 2020-12-30 11:49

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

8条回答
  •  天涯浪人
    2020-12-30 12:37

    You may also want to try FindBugs. Helps a lot with these and many other issues.

提交回复
热议问题