RSS 6 projects tagged "Refactoring"

No download Website Updated 21 Jun 2008 Data Storm

Screenshot
Pop 26.65
Vit 1.00

Data Storm is a database browser that can be embedded in Java code. It is intended to be used within tests to allow you to inspect why database dependent tests are failing. It uses SWT for speed and native look and feel.

Download Website Updated 25 Jul 2007 Google Singleton Detector

Screenshot
Pop 15.81
Vit 1.00

The Google Singleton Detector, or GSD, is a tool which analyzes Java bytecode and detects the use of Singletons. It's not quite as simple as that, however. First, GSD doesn't only detect singletons; it detects four different types of global state, including singletons, hingletons, mingletons, and fingletons. Second, it outputs a graph with all these different types of static state highlighted, and shows all the classes that are directly dependent on them. The point of this tool is to allow you to see all of the uses of global state inside a project, as well as how they are all interrelated.

Download Website Updated 18 Oct 2007 Grester

Screenshot
Pop 22.58
Vit 2.30

The Maven-Grester plugin is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project. It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against JUnit Tests in the project. It can also help to dispense with a suite of scripts that may have been written to handle complex Java classpath executions for Maven projects.

Download Website Updated 20 Jul 2006 TRex

Screenshot
Pop 47.58
Vit 1.76

TRex is a tool to help maintain test suites written in the standardized Testing and Test Control Notation (TTCN-3). It provides IDE functionality for the TTCN-3 core notation and supports the assessment and automatic restructuring of TTCN-3 test suites by providing suitable metrics and refactorings.

Download Website Updated 22 Feb 2008 jf-unittest

Screenshot
Pop 17.15
Vit 1.41

jf-unittest is a C++ unit test framework modeled after the way the Python unittest module is used in the Confix test suites. It was written out of frustration with the existing unittest frameworks. As such, it contains no bloat: no GUI with colorful progress bars, no dependencies on any other packages.

Download Website Updated 01 Jun 2007 log-malloc

Screenshot
Pop 45.34
Vit 1.48

log-malloc is a simple malloc/free logger. It is very small and has no dependencies. No configuration is necessary. It logs parameters, return values, and the call stack. There is no need to rebuild the application that will be logged.

Screenshot

Project Spotlight

vbackup

A modular backup utility.

Screenshot

Project Spotlight

liblangtag

An interface library to access tags for identifying languages.