Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
stan4j:
Classycle can be a good start (for static dependencies between classes at least)
(I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzer is an external tool, but produce much more readable dependency graphs)
For a more in-depth analysis, check out nWire.
I find ispace => http://ispace.stribor.de/ ideal for showing circular dependencies etc. Tip: do a project clean after every major refactor to get it to update the graphs.