Download List

프로젝트 설명

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

이 버전은 자바 5.0 버전 번호 (따라서 점프)을 지원합니다. 특히, 모든 Java 5.0의 특성을 인식하는 주석 수업에 필요한 살아 표시됩니다. 또한, 바이트 코드 엔진 명령어 세트 (LDC) 자바 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