java - EclipseMetrics 插件失败并显示 "No typeInfo available"

标签 java eclipse complexity-theory metrics

当我使用 Metrics plugin 时,使用 JDK 1.7 运行 Eclipse Indigo ,我没有看到指标 View ,因此看不到任何指标。另外,当我尝试导出 -> 其他 -> 指标时,它失败并出现“没有可用的 typeInfo”错误。

最佳答案

我通过安装 new version of the plugin 解决了这个问题,如 akf's answer 中所引用。旧插件实际上没有任何对新插件的引用,因此很难了解新版本的存在。

关于java - EclipseMetrics 插件失败并显示 "No typeInfo available",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19060926/

相关文章:

python - 无法加载存储库(PyDev for eclipse)

java - 在 Eclipse (Kubuntu) 中安装 Akka for Java

android - Eclipse 启动挂起, "Android SDK: resolving error markers"

algorithm - 算法时间复杂度中如何判断是放big O,theta还是omega记法

algorithm - 该函数将被调用多少次?

java - 实时读取音频字节数据

java - Java 获得焦点和失去焦点

java - 无法使用 getRef() 吗?

algorithm - 中位数算法理解的中位数

java - 如何在jung中对顶点进行分组?