Tags : Browse Projects

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

EiffelStudio

Compare

  Analyzed 25 days ago

EiffelStudio is an IDE for the Eiffel language (ECMA-367, ISO/IEC 25436, and ACM Software System Award 2006). It includes: * Eiffel compiler * Eiffel GUI editor * Eiffel code browsing tool * Eiffel diagram editor with round-trip, * Eiffel refactoring tool * Eiffel debugger * Eiffel ... [More] profiler * Eiffel analysis tools (Metrics, Dependencies, etc.). Eiffel generates C or CLI for .NET or Mono. Eiffel applies O-O principles and Design by Contract for high-quality software. Many Eiffel libraries are included: ADT, network, GUI, database, parsing (including an Eiffel parser), XML, Web, COM, and more. [Less]

10.2M lines of code

8 current contributors

about 1 year since last commit

23 users on Open Hub

Very Low Activity
4.46667
   
I Use This

PHP_Depend

Compare

  Analyzed 25 days 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.8K lines of code

10 current contributors

10 months since last commit

17 users on Open Hub

Very Low Activity
0.0
 
I Use This

OVal - Object Validation for Java 5

Compare

  Analyzed 26 days ago

OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be declared with annotations (@NotNull, @MaxLength), POJOs or XML. Custom constraints can be expressed as custom Java classes or by using scripting languages such as ... [More] JavaScript, Groovy, BeanShell, OGNL or MVEL. Besides field/property validation OVal implements Programming by Contract features by utilizing AspectJ based aspects. This for example allows runtime validation of method arguments. [Less]

29K lines of code

2 current contributors

over 3 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This

LibertyEiffel

Compare

  Analyzed 25 days ago

LibertyEiffel is the GNU compiler for the Eiffel programming language

1.84M lines of code

0 current contributors

4 months since last commit

3 users on Open Hub

Low Activity
5.0
 
I Use This

Quality-Check

Compare

  Analyzed 26 days ago

The goal of Quality-Check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. This package ... [More] tries to replace these classes and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support. [Less]

22.9K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This