Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend Source Code Comprehension Tool [closed]

Do any of you use Source Code Comprehension tools for Java? Can you recommend one? I'm looking for something that visualizes the dependencies between jars/packages/classes.

like image 472
Can't Tell Avatar asked Dec 22 '22 04:12

Can't Tell


1 Answers

There are various free and commercial tools that generate dependency matrix/summary:

  • Sonar
  • IntelliJ
  • JavaDepend
  • JDepend
  • DependencyFinder
  • Structure 101
  • Enterprise Architect

See also:

  • Can someone show me what a good dependency matrix looks like and specify why?
like image 147
Tomasz Nurkiewicz Avatar answered Dec 24 '22 01:12

Tomasz Nurkiewicz