Save it. It now runs with every analysis.
Most enterprise Java teams achieve an "NDepend-like" environment by combining these three: NDepend vs. ReSharper ndepend java
NDepend can analyze your own code plus all dependency JARs. You can ask: "Which of our types depend on log4j:log4j ?" or "If we upgrade Guava, which of our methods call deprecated APIs?" Save it
: If you miss the custom queries of NDepend, ArchUnit is the closest match. It allows you to write "unit tests for your architecture" in plain Java, such as ensuring that the service layer never calls the controller layer. ndepend java