开发者

netbeans java code review plugin [closed]

开发者 https://www.devze.com 2023-01-22 15:04 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended 开发者_开发百科discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Do you know of any java code review tool with a netbeans plugin?


For Netbeans, have a look at SQE. It provides NB integration for:

  • Code Defect Analysis: FindBugs, PMD, CheckStyle, Lint4j
  • Metrics & Dependency Analysis: Dependency Finder

If you're looking for a tool for peer-review of code, I'm not aware of one for NB. I have used CodeStriker which is a LAMP solution.


Here's an article which discusses the pros and cons of three different plugins for code review. You will want to choose either PMD or Checkstyle. Jalopy does not appear to have NetBeans support.

0

精彩评论

暂无评论...
验证码 换一张
取 消