问题描述
我想知道什么是最好的Java代码审查工具可用。哪个工具是最喜欢的,哪些工具可以添加为eclipse插件。我尝试过PMD,但不知何故,我没有发现它很好。
我也试图安装Find-Bug,但是有一些eclipse插件安装的问题可能是它的官方网站不再维护..
其他可用的工具是什么,我查看,但它是一个很旧的帖子,所以不知道3年后内容是否仍然保持不变。
Jupiter是Eclipse IDE的代码评估插件工具。目前正处于积极的发展阶段,仍处于实验阶段。木星的设计涉及到:
-
开源:木星携带开源许可证。
-
免费:Jupiter是免费发行的。
-
IDE集成:Jupiter基于Eclipse插件
架构。 -
跨平台:Jupiter适用于
Eclipse支持的所有平台。 -
XML数据存储:Jupiter以XML格式存储数据,以简化使用
并重新使用。 -
排序和搜索:木星提供过滤器和排序到
方便问题审核。 -
文件集成:木星支持在
之间来回跳转评论和源代码。
或
I want to know what is the best Java code review tool available. Which tool is most preferred and which all can be added as eclipse plug-in.
I tried PMD, but somehow I did not find it that good.I also tried to install Find-Bug, but having some issues with the eclipse plug-in installation..may be it's official site is not maintained any more..
What are the other good tools available, I check the Best free Code Review tool for Eclipse/Java/Flex Development [closed], but it's a quite old post, so not sure if the content still holds good after 3 years..
Jupiter is a code review plug-in tool for the Eclipse IDE. It is currently under active development, and still in an experimental state. The design of Jupiter involves the following:
Open Source: Jupiter carries an open source license.
Free: Jupiter is distributed free of charge.
IDE integration: Jupiter is based upon the Eclipse plug-inarchitecture.
Cross-platform: Jupiter is available for all platforms supported byEclipse.
XML data storage: Jupiter stores data in XML format to simplify useand re-use.
Sorting and searching: Jupiter provides filters and sorting tofacilitate issue review.
File integration: Jupiter supports jumping back and forth betweenreviews and source code.
http://code.google.com/p/jupiter-eclipse-plugin/
Or
https://github.com/rombert/ereviewboard
这篇关于什么是最好的Java代码审查工具添加为Eclipse插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!