Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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.

2005-12-14 07:42 Back to release list
5.0

Esta versão suporta Java 5.0 (daí o salto no número da versão). Em particular, todas Java 5,0 atributos são reconhecidos, e as classes de anotação são marcadas como viver, se necessário. Além disso, o motor bytecode compreende as alterações para o conjunto de instruções (PMA) que vem com Java 5.0.
This version supports Java 5.0 (hence the jump in
the version number). In particular, all Java 5.0
attributes are recognized, and annotation classes
are marked as live as necessary. Also, the
bytecode engine understands the changes to the
instruction set (LDC) that come with Java 5.0.

Project Resources