Downloadliste

Projektbeschreibung

Jamit (Java Access Modifiers Inference Tool)
allows you to infer tighter access modifiers for
Java code. Analyzing bytecode, it can find out if
fields or methods may be declared private,
default, protected, or final. Engineering software
with Jamit can thus help increase hiding and keep
interfaces as small as possible. The most useful
application for Jamit is dead code elimination.
Jamit can be used to find out which methods and
classes are unreachable and automatically
eliminate the corresponding code, saving space for
binary distributions.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-27 04:53 Zurück zur Release-Liste
2.0.1

Die Leistung der Parser wurde um 30% verbessert. Ein kleiner Fehler in der abstrakten Ausführung von Exception-Handler wurde behoben. Zudem wurde ein Fehler in der Start-Skript von der RPW generiert gefunden.
Tags: Minor bugfixes
The performance of the parser was improved by 30%. A minor bug in the abstract execution of exception handlers was fixed. Also, a bug in the start script generated by the RPW was found.

Project Resources