Tags : Browse Projects

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

gitmate-2

Compare

  Analyzed about 20 hours ago

GitMate automates the code review process on your projects hosted on our supported platforms to speed up the development. GitMate provides static code analysis powered by coala and many more useful plugins specially tailored for your need.

9.75K lines of code

1 current contributors

over 5 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

ansible-lint

Compare

  Analyzed 1 day ago

Best practices checker for Ansible

34.6K lines of code

21 current contributors

3 days since last commit

2 users on Open Hub

High Activity
5.0
 
I Use This

PHPCoverage

Compare

  Analyzed 1 day ago

PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. PHPCoverage can instrument and record the line coverage information for any PHP script at runtime.

5.36K lines of code

0 current contributors

over 13 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

vera++

Compare

  Analyzed 1 day ago

Vera++ is a programmable tool for verification, analysis and transformation of C++ source code. Vera++ is mainly an engine that parses C++ source files and presents the result of this parsing to scripts in the form of various collections - the scripts are actually performing the requested tasks.

13K lines of code

2 current contributors

over 3 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

JCCD

Compare

  Analyzed 2 days ago

The Java Code Clone Detection API (JCCD) allows to implement individual code clone detectors. These code clone detectors can be easily integrated into other Java applications. JCCD is based on a pipeline architecture which allows to replace whole parts of the detection process without changing ... [More] the overall pipeline. This enables to re-implement state-of-the-art techniques as well as to realize new ideas and concepts. [Less]

25.4K lines of code

0 current contributors

about 13 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

findbugs-maven-plugin

Compare

  Analyzed about 19 hours ago

A Maven plugin (MOJO) to use FindBugs to analyze Java code as part of a Maven project

11K lines of code

0 current contributors

over 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

GNU cflow

Compare

Claimed by GNU No analysis available

GNU cflow analyzes a collection of C source files and prints a graph charting control flow within the program.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3

Checklipse

Compare

  Analyzed about 8 hours ago

Checklipse is a tool designed to help Eclipse developers find some common error patterns in their code before the code is deployed. Checklipse uses lightweight static analysis of Java sources to detect potential errors. The errors are then presented to the user for review.

4.85K lines of code

0 current contributors

over 18 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

XRadar

Compare

  No analysis available

The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open ... [More] source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are plans to produce plug ins for other leading languages. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

PyChecker

Compare

  No analysis available

PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be ... [More] fairly infrequent. PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause