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.
精彩评论