RSS 5 projects tagged "code review"

Download Website Updated 24 Aug 2009 CRET

Screenshot
Pop 28.11
Vit 37.33

CRET is a code review tool for reviewing and committing patches to a Subversion repository. It hooks into SVN's commit procedure and only performs the commit if the patch file has an "approved" status. When somebody wants to commit a patch file to an SVN repository, the patch file must first be added to CRET. The person committing must the select reviewers and enter an objective and title for the patch. This operation notifies the reviewers through email. A reviewer can add comments to a patch, approve it, or reject it. Comments are sent to the requestor via email. If a patch is approved, the requestor can commit the code. When the code is committed, email is sent to the requestor and reviewers for notification.

Download Website Updated 01 Aug 2009 Source Code Counter

Screenshot
Pop 28.53
Vit 37.31

SCC is a cross-platform tool that counts the number of lines in source code files. It features a GUI that gives the user complete control over which files are processed. Blank lines are counted separately from lines containing source code statements. Configurable regular expressions can be applied to count parts of source code files separately. Regular expressions are applied according to a file type rather than to all files. It can process any textual source code file, includingJava, C/C++/C#, Perl, Python, PHP, Ruby, and TCL. The line count is split between blank, counted, and remaining lines. Results and summaries can be exported to a CSV file for further processing.

Download Website Updated 15 Oct 2009 RestfulDoc

Screenshot
Pop 22.58
Vit 36.39

RestfulDoc is a tool for generating API documentation in HTML format from RESTEasy annotations in source code.

No download Website Updated 26 Mar 2011 dumbsvnreview

Screenshot
Pop 17.78
Vit 28.11

dumbsvnreview is a very simple frontend for performing code reviews with SVN. The idea is that you set it up with your repositories and your favorite graphical diff tool and specify the last revision of the last code review. It will then list every change since the last review through a Web interface.

Download Website Updated 09 Mar 2013 Gerrit

Screenshot
Pop 32.70
Vit 8.69

Gerrit is a Web-based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display and allowing inline comments to be added by any reviewer. Gerrit simplifies Git-based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged by hand by the project maintainer. This functionality enables a more centralized usage of Git.

Screenshot

Project Spotlight

i18nspector

A checking tool for gettext POT, PO, and MO files.

Screenshot

Project Spotlight

ZedLog

A robust cross-platform input logging tool.