Running Eclipse Indigo with JDK 1.7, when I use the Metrics plugin, I don't see a Metrics View, so I can't see any metrics. Also, when I try to Export -> Other -> Metrics, it fails with a "No typeInfo available" error.
Asked
Active
Viewed 1,165 times
2 Answers
1
I was able to solve this by installing the new version of the plugin, as referenced in akf's answer. There weren't really any references to the new plugin from the old plugin, so it was hard to learn of the existence of the new version.

Community
- 1
- 1

parkerfath
- 1,648
- 1
- 12
- 18
0
It should work when you (temporarily) revert to an older JVM (1.6).
According to this report: http://sourceforge.net/p/eclipse-metrics/discussion/435275/thread/59501309/
Haven't tried it myself yet though.
Edit
I just tested this myself running Eclipse with the latest jre6 (http://www.oracle.com/technetwork/java/javase/downloads/jre6-downloads-1637595.html) and it works like a charm.

emrvb
- 21
- 3