Skip to content

nettee/DepView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepView

Analyze calling dependencies in Java projects, and visualize them in a dependency graph.

You can use it to:

  • Get to know the structure of new projects, especially those with little documentation
  • Adjust package structure according to connections between classes

Related article: Depview: Java 程序调用依赖关系的分析与显示

Dependency graph

Quickstart

Write a configuration file for the project that you want to analyze. Follow the examples in conf-example/ directory.

Build and run DepView:

bin/depview.py <CONF_FILE>

Now the dependencies is in directory output/<PROJECT_NAME>/. You can view the dependency graph by running:

bin/serve output/<PROJECT_NAME>

Open localhost:8000 to view the dependency graph.

About

View code dependencies in a Java project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published