JCR (which stands for Java Code Reviewer) is another Python-based tool. Unlike the others, it does not integrate directly with source code management systems; it’s designed to have whole files available for review. JCR emphasizes a more formal process, with tracking of who did what and a review meeting to take action on code comments.
For a large-scale, formal development organization, I’d look at JCR first. Web-based and open-source projects may find Review Board or Codestriker to be a better fit. While Rietveld is worth watching, and has certainly helped make many more developers think seriously about code reviews simply due to Google’s reach, it’s going to have to work hard to catch up in features to the pre-existing projects.

jcr
View TesterTools dedicated page for this tool.
Comments --
Add