#7016 Analyze Dependency Matrix
This always thinks the project class files are out of date, even immediately after a build.
Worse, if it can't find any files to analyse, it displays a misworded message box (see attached), and when I hit 'OK' it hangs (crashes) IDEA.
The IDEA error indicator starts flashing when the message box is displayed, but I can never get to see the error because IDEA hangs if you OK the message box.
Attachment(s):
DSM No Files Files Found.jpg
Please sign in to leave a comment.
Dave,
Anything special in your project? Facets, ant targets, etc.?
Nope, it's big, but it's just a plain old Java GUI (not using the GUI designer).
To be honest, it's not a serious problem - if there's nothing to do, it doesn't take long ;)
The real nasty is hanging IDEA if you try to analyse a package or directory that has no Java files.
I just created a new project with a single dummy class and an empty package, and the analysis did now recognise everything was up to date, but it still hung IDEA if I picked the empty package to analyse.