Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

FindBugs

Compare

  Analyzed 3 days ago

FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libraries and deadlocks. FindBugs can identify hundreds of serious defects in large applications (typically ... [More] about 1 defect per 1000-2000 lines of non-commenting source statements). FindBugs is open source, and has been downloaded more than 230,000 times, and is used by many major companies and financial institutions. Findbugs can be used from the command line or within ant, eclipse, maven, netbeans and emacs. Findbugs is obsolete project. The README of the github says "FindBugs is now SpotBugs" see https://spotbugs.github.io/ [Less]

285K lines of code

0 current contributors

over 6 years since last commit

375 users on Open Hub

Inactive
4.25
   
I Use This

Checkstyle

Compare

  Analyzed 3 days ago

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

480K lines of code

33 current contributors

9 days since last commit

325 users on Open Hub

Very High Activity
3.88889
   
I Use This

PMD

Compare

  Analyzed 2 days ago

PMD is an extensible cross-language static code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

316K lines of code

77 current contributors

4 days since last commit

223 users on Open Hub

Very High Activity
3.98
   
I Use This

SonarQube

Compare

  Analyzed 3 months ago

SonarQube is an open source software quality management tool, dedicated to continuously analyze and measure source code quality. Using SonarQube throughout the whole development project life cycle drastically improves visibility for every stakeholder. This gained visibility allows to manage risks ... [More] , reduce maintenance costs and improve agility by implementing a real quality first approach. Teams can now seamlessly embrace quality with fun. [Less]

27.8M lines of code

83 current contributors

3 months since last commit

129 users on Open Hub

Activity Not Available
4.54545
   
I Use This

Buildbot

Compare

  Analyzed 4 days ago

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. ... [More] The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. [Less]

184K lines of code

74 current contributors

15 days since last commit

93 users on Open Hub

Very High Activity
4.37931
   
I Use This

Eclipse Checkstyle Plugin

Compare

  Analyzed 3 days ago

The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.

43.5K lines of code

5 current contributors

4 days since last commit

85 users on Open Hub

Moderate Activity
4.19048
   
I Use This

Perl-Critic

Compare

  Analyzed 4 days ago

Perl-Critic is a static source analyzer for Perl code. It is an extensible framework for creating and automatically enforcing coding standards across a body of code. Many of the default rules are taken from Damian Conway's book "Perl Best Practices." However, you can enable/disable & customize these rules to your heart's content.

77K lines of code

2 current contributors

5 months since last commit

81 users on Open Hub

Very Low Activity
4.55
   
I Use This
Licenses: Artistic_..., lgpl

pylint

Compare

Claimed by Logilab Analyzed 3 days ago

Pylint is a python tool that checks if a module satisfies a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are ... [More] well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature. [Less]

76.1K lines of code

63 current contributors

5 days since last commit

59 users on Open Hub

High Activity
4.52632
   
I Use This

Apache Continuum

Compare

Claimed by Apache Software Foundation Analyzed 3 months ago

Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects.

600K lines of code

0 current contributors

almost 8 years since last commit

58 users on Open Hub

Activity Not Available
3.85
   
I Use This

PHP_CodeSniffer

Compare

  Analyzed 3 days ago

PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

109K lines of code

28 current contributors

3 months since last commit

55 users on Open Hub

Low Activity
4.55
   
I Use This