InstaSearch 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 (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
UCDetector (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 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 |
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 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 |