1. Jupiter is an open source Eclipse code review plugin that stores review data in XML form.
2. Review data needs to be passed in the version control System (CVS/SVN).
3, three stages: individual review stage (individual Phase), team review stage (group Phase), issue repair phase (rework Phase).
4, review problem list supports various filter rules (according to review problem status, responsible person, etc., through this filter can be listed in the specific phase of the issues to be concerned about)
5, support the code line level of the review labeling function, the review comments (also known as review issue) and the source code to jump back and forth.
Official website: http://code.google.com/p/jupiter-eclipse-plugin
Insufficient:
1, each review needs to specify the review document, the selection of the review file is more troublesome.
2, there is no corresponding notification mechanism, the initiator need to use mail or IM self-notification.
3. You cannot select a review file across project.
4, Review table field width specification is unreasonable.
Jupiter (Eclipse code Review plugin) Simple summary