Dependency map for Java classes and methods

前端 未结 8 1545
予麋鹿
予麋鹿 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:33

    Doxygen can help, especially with graphical representations of the dependencies between classes and methods.

提交回复
热议问题