This plugin allows you to analyze your architecture. It uses JDepend and offers you the results in a comfortable way.
Just copy the JDependPlugin.jar into your %IDEA_HOME%/plugins/ -directory.
Click right on a package and select "View JDepend Info". This will open a JDialog showing the details. If you want to recreate the report choose Tools->Recreate JDepend Report.
This plugin is alpha: (But won´t kill your computer :). Give it a try and post your feedback on news.intellij.net)
- It is working only on the first source-path (I think)
- It creates a xml-file within the source-path called "jDependReport.xml"
- It includes the hole JDepend-sources
- ...
* Now the file is checked. So clicking on the (project)-root won´t throw a NullPointerException anymore.
-- JohannesSchneider - 12 Jun 2002
- On which versions does that plugin work? I am currently using 638. The effect is that on installation (dropping the jar into the plugins-dir and restarting) i get an error and on running (only from menu "other") i'll get an error too.
- Yes, me too when I use build 640. In build 644 the error at the beginning occures, too, but there is no more a menu other in the menubar...;-( Now, in build 647, there is a menu other in the menubar, but when I click on an entry in this menu, an error occured: Error during dispatching of java.awt.event.MouseEvent[MOUSE-RELEASED,... and so on] on frame0! Would you give me some feedback, please?-- BerndSchiffer
|
|