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 2 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

8 days since last commit

325 users on Open Hub

Very High Activity
3.88889
   
I Use This

The LLVM Compiler Infrastructure

Compare

Claimed by The LLVM Project Analyzed 4 days ago

10.5M lines of code

510 current contributors

4 days since last commit

292 users on Open Hub

Very High Activity
4.7973
   
I Use This
Licenses: No declared licenses

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 2 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

Ohcount

Compare

Claimed by Black Duck Software, Inc. Analyzed 2 days ago

Ohcount is a source code line counter. Ohcount identifies source code files in most common programming languages, and prepares total counts of code and comments. It can operate on single files or entire directory trees. Ohcount can produce line-by-line analysis of files for detailed debugging. ... [More] Ohcount is used to create the source code reports on the Ohloh website. [Less]

39.8K lines of code

5 current contributors

5 months since last commit

93 users on Open Hub

Very Low Activity
4.4
   
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

3 days since last commit

85 users on Open Hub

Moderate Activity
4.19048
   
I Use This

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

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

cppcheck

Compare

  Analyzed 1 day ago

cppcheck tries to detect bugs that your c/c++ compiler don't see. It is versatile. You can check code that has non-standard code such as various compiler extensions, inline assembly code, etc.

460K lines of code

80 current contributors

3 days since last commit

46 users on Open Hub

Very High Activity
4.71429
   
I Use This