Tags : Browse Projects

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

EclEmma

Compare

  Analyzed about 11 hours ago

EclEmma is a Java code coverage tool for Eclipse. It launches from within the workbench like JUnit test. Runs can directly be analyzed for code coverage. Coverage results are immediately summarized and highlighted in the Java source code editors. EclEmma does not require modifying your projects or performing any other setup.

13.7K lines of code

0 current contributors

over 7 years since last commit

44 users on Open Hub

Inactive
4.33333
   
I Use This

EMMA code coverage

Compare

  No analysis available

EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.

0 lines of code

0 current contributors

0 since last commit

40 users on Open Hub

Activity Not Available
4.13333
   
I Use This
Mostly written in language not available
Licenses: common_pu...

coala-bears

Compare

Claimed by coala Analyzed about 3 hours ago

Officially supported analysis routines for over 50 programming languages for coala (coala.io)

23.8K lines of code

29 current contributors

about 3 years since last commit

33 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

Pyflakes

Compare

Claimed by Python Code Quality Authority Analyzed about 1 hour ago

A Lint-like tool for Python, like PyChecker. It is focused on identifying common errors quickly without executing Python code.

4.61K lines of code

16 current contributors

21 days since last commit

29 users on Open Hub

Low Activity
4.5
   
I Use This

Sparse

Compare

  Analyzed about 18 hours ago

Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called "sparse". Sparse provides a set of annotations designed to convey semantic information ... [More] about types, such as what address space pointers point to, or what locks a function acquires or releases. [Less]

47.8K lines of code

12 current contributors

about 2 months since last commit

24 users on Open Hub

Low Activity
4.6
   
I Use This

JDepend

Compare

  Analyzed 22 minutes ago

JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.

6.11K lines of code

0 current contributors

almost 16 years since last commit

18 users on Open Hub

Inactive
3.0
   
I Use This
Licenses: No declared licenses

PHP_Depend

Compare

  Analyzed 1 day ago

PHP_Depend is an adaption of the established Java development tool JDepend. This tool shows you the quality of your design in the terms of extensibility, reusability and maintainability. All these facts are influenced by the inter-package dependencies and the package abstraction that PHP_Depend ... [More] visualizes in form of an abstract/instability chart and as a detailed XML report of all detected dependencies. [Less]

76.7K lines of code

10 current contributors

17 days since last commit

17 users on Open Hub

Moderate Activity
0.0
 
I Use This

Sonar plugins

Compare

  Analyzed about 9 hours ago

Sonar plugins

777K lines of code

50 current contributors

2 days since last commit

16 users on Open Hub

Very High Activity
4.8
   
I Use This

PHPMD - PHP Mess Detector

Compare

  Analyzed about 12 hours ago

This is the project site of PHPMD. It is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend. What PHPMD does is, it takes a given source code ... [More] and analyzes it for several potential problems. These problems can be suboptimal code, over complicated expressions or dead code, like unused parameters, methods and properties. [Less]

23.7K lines of code

16 current contributors

2 days since last commit

16 users on Open Hub

Moderate Activity
5.0
 
I Use This

JSLint

Compare

  Analyzed about 4 hours ago

JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is. JSLint looks at some style conventions as well as structural problems. ... [More] It does not prove that your program is correct. It just provides another set of eyes to help spot problems. [Less]

14.7K lines of code

1 current contributors

5 months since last commit

16 users on Open Hub

Very Low Activity
3.71429
   
I Use This