eclipse的静态分析框架?
我只是想使用 eclipse tptp,一个用于静态代码分析的框架,但对代码分析的支持以 tptp 4.5.0 结束。 1.这个版本好像无法集成到当前的eclipse galileo中。我说得对吗? 2.您将使用哪种与语言无关的 Eclipse 框架作为与 Eclipse galileo 一起使用的 tptp 静态分析的替代方案?
i just wanted to use eclipse tptp, a framework for static code analysis but the support for code analysis ended with tptp 4.5.0.
1. it seems that this version can not be integrated into the current eclipse galileo. am i right?
2. which language independant framework for eclipse would you use as an alternative for tptp static analysis which works with eclipse galileo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确认 TPTP 的“静态分析”模块已移至 “原样”(休眠)项目列表,带有特殊的 指令集。
请参阅此线程:
我不知道 Eclipse 上还有另一个独立于语言的静态分析工具框架。
Java 工具有很多,Findbugs 就是一个很好的例子(或 Checkstyle 或 PMD) .
但对于任何语言......我找不到任何语言。
I confirm the "Static Analysis" module of TPTP has been moved to the "as Is" (dormant) projects list, with a special set of instructions.
See this thread:
I do not know about another language independent framework for a static analysis tool on Eclipse.
Tools for Java are many, Findbugs being a good example (or Checkstyle, or PMD).
But for any language... I don't find any.