I had the same problem with Eclipse Juno and metrics 1 (1.3.6).
After several updates and Eclipse topics, metrics no longer work. It simply showed the progress of the calculation, but no longer displays the results of the calculations.
After some network searching, I found that http://metrics.sourceforge.net/ is developing at http://metrics2.sourceforge.net/ , so I will make changes. But metric 2 (1.3.8) shows the same problem.
After a short search in my Eclipse work files, I found a directory called ".metadata". Then a subdirectory named .plugins. Then a subdirectory called "net.sourceforge.metrics" with two files inside:
So, after exiting Eclipse, I go to the directory "MyJunoWorkspace / .metadata / .plugins / net.sourceforge.metrics /", then I move the two files to another place, restart Eclipse, do a clean / full rebuild of my project from the package view. Metric calculation results are now displayed again. The dependency graph is also displayed repeatedly.
The first step of switching versions (indicators from 1 to 2) is the result of my tests and may not be necessary in all cases. First try moving the two files.
source share