RSS 14 projects tagged "Refactoring"

Download Website Updated 12 Jun 2006 Structure101

Screenshot
Pop 14.21
Vit 50.38

Structure101 is a tool to understand, measure, and control software structure. It allows you to see exactly how your high-level components depend on each other and why. You can use it to find out immediately when your architecture is accidentally changed by code-level changes at the coal-face. It can help you control structural complexity, since it can measure the complexity of methods, classes, and packages and warn you when given limits are exceeded. It can also discover the locations of productivity-killing package dependency cycles.

No download Website Updated 20 Jul 2009 mysql-diff

Screenshot
Pop 46.82
Vit 37.46

mysql-diff is a commandline database structure comparator. It compares the structure of two databases. It currently works with MySQL. A database can be specified as an SQL script or as an URL to a running database. So the tool can compare two scripts, two live databases, or a database and a script. The tool outputs SQL DDL script that can be used to convert one schema to another.

No download Website Updated 09 Oct 2009 VRaptor3

Screenshot
Pop 38.54
Vit 36.36

VRaptor3 is a fully-fledged Java Web framework focused on fast development and maintainable code. It intends to make RESTful application development easy. A resource corresponds to a business logic annotated with its path and HTTP method. It runs inside DI Containers (Spring or Pico out of the box) and, therefore, enables full integration with them. Also, using Hibernate is easier: its session is automatically injected by VRaptor, so you just have to use it. VRaptor3 is refactor-friendly, especially in its redirecting configuration. It is also nicely extensible.

No download Website Updated 18 Mar 2012 Anchor

Screenshot
Pop 60.97
Vit 4.70

Anchor automatically adds curly braces and semicolons to code written in various programming languages, saving typing and making programs easier to read. It lets you pretend to be coding in Python or Lua while actually writing standard C, Java, PHP, C++, .NET, C#, or D. A script may generate files in the target language and invoke the compiler. An example bash script integrates with TCC to make runnable "scripts" with the speed of C. The scripts are easily modified to target another compiler or interpreter.

No download Website Updated 08 Jan 2009 LiquiBase

Screenshot
Pop 43.63
Vit 3.22

LiquiBase is a DBMS-independent library for tracking, managing, and applying database changes. It is built on a simple premise: all database changes (structure and data) are stored in an XML-based descriptive manner and checked into source control. While there have been many attempts to provide a similar tool, LiquiBase aims to provide a solution that supports merging of changes from multiple developers, works well with code branches, supports a database refactoring IDE/plugin, and more.

No download Website Updated 08 Jul 2009 Maven Dependency Overview

Screenshot
Pop 41.89
Vit 3.09

Maven Dependency Overview is a simple Maven plugin (report) that creates a diagram of all dependencies (the entire transitive closure.)

Download Website Updated 13 Jul 2007 AntiCutAndPaste

Screenshot
Pop 68.67
Vit 3.02

AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming language source code or plain text. It has been tested on sources from large C++, Pascal, Java, and C# (Mono) projects. The algorithms used are very fast and can handle up to three million C++ code lines in one minute. Minor modifications of code are ignored during the search. Reports are sorted conveniently by the total size of all similar fragments and there are many report customization options.

Download Website Updated 18 Oct 2007 Grester

Screenshot
Pop 22.63
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.

No download Website Updated 22 Dec 2008 CodeExplorer

Screenshot
Pop 30.07
Vit 1.43

CodeExplorer is Idea Plugin for Java code analysis. It finds all method call chains to a method, what methods are called from a method, and more. Analysis results (call graph - methods and calls between them) are shown on a handy diagram in the CodeExplorer tool window.

Download Website Updated 24 Aug 2007 Doff

Screenshot
Pop 8.31
Vit 1.04

Doff is a lightweight J2EE toolkit that provides mapping between actions (servlets) and URLs without writing XML or any configuration file. Doff uses Java 5 annotations and offers many features.

Screenshot

Project Spotlight

CorneliOS

A virtual Web OS.

Screenshot

Project Spotlight

Gameclock

A simple chess clock to track time in real-life games.