This post originated from an RSS feed registered with Java Buzz
by Dave Booth.
Original Post: IntelliJ IDEA: Dependency Analysis with DSM
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: All the most recent updates, views, and information on IntelliJ IDEA... straight from the source.
DSM stands for Dependency Structure Matrix - a method for exploring dependencies between program parts (modules, classes, etc.), and provides a compact matrix representation of a project. It helps you visualize the dependencies between the parts of a project and highlights the information flow within a project.When working on complex software projects it's especially important [...]