Code Management

InstaSearch

0

InstaSearchInstaSearch is an Eclipse plug-in for doing quick search in workspace files. It uses Lucene for indexing and fast searching of files in the workspace. The search is performed instantly as-you-type and resulting files are displayed in an Eclipse view.

Each file then can be previewed using few most matching and relevant lines. A double-click on the match leads to the matching line in the file.

Code2code

0

code2codeCode2code (beta) is an eclipse plugin to generate code from templates. It allows Rails generators like functionality on java (or whatever) projects. Its main goal is easy generator creation by using known template engines, such as Freemarker, Velocity and Groovy Template Engine, and very few configuration.
See code2dode in action

Eclipse Monitor

0

Eclipse Monitor screenshotEclipse Monitor monitors all creations of OS resources and their disposals. By this OS handle - leaks can be avoided. Such leaks can be even more serious than memory leaks because they undermine the integrity of the operating system. Eclipse Monitor is a must for every professional Eclipse project.

UCDetector

0

UCDetector screenshotUCDetector (Unnecessary Code Detector) is a eclipse PlugIn to find unnecessary public java code, like classes/members/methods which are public or protected and which have no references. Unnecessary code is marked in eclipse using problem markers. Code which could be changed to protected or private is also marked. This markers appear in the eclipse
problem view, like other java problems. UCDetector also finds cyclic dependencies between classes in your code. This cycle classes are shown in s special cycle view.

Java 2 CSharp Translator

0

Java 2 CSharp Translator is an Eclipse-based Java 2 C# Translator. That tool makes it possible to automatic translate from Eclipse java projects into Visual Studio projects. Generated code can be directly compiled and executed whithout any user modification.

Version: 1.0.0
License: Free EPL
Added: 2008.02.24
Updated: 2008.02.24
Project web site: Java 2 CSharp Translator

Copyright Wizard

0

Copyright Wizard screenshotCopyright Wizard is a plugin to implement a copyright comment on the header of files of a project. The wizard lets you set the text of the comment and select the source files on which to applied it. The Copyright Wizard main features are:

CodeCover

0

codecover screenshotCodeCover is an extensible code coverage tool. It has support for Java

TD/OMS

0

TD/OMS is an iSeries based Enterprise Change Management Solution. TD/OMS covers the complete application lifecycle from incident, through requirement, project, development test and remote installation.
The TD/OMS Diamond Ring Release is an eclipse plugin and offers a completely integrated solution for multi-platform software development;

Work Management:

CodeHaggis

0

CodeHaggis is an Eclipse plugin without dependencies to other projects wich supports code generation for java, with clone, compareTo, equals, toString, serialVersionUID, hashCode and other functionality. It is has a console file logger and a specific get/set generation.

Category: Code generation
Version: 1.1
License: Free GPL
Added: 2007.05.11
Updated: 2007.05.11
Project web site: CodeHaggis

JavaSketch

0

 JavaSketchJavaSketch is an Eclipse plugin that can be used as a programmer's search engine and code generation tool. It can find chains of Java API calls that produce a desired result and insert the appropriate code into the active Java editor.

Syndicate content