Download List

專案描述

Kacheck/J is an encapsulation checker for Java. It infers which types are confined according to the definition given in Encapsulating Objects with Confined Types. Objects of confined type do not escape their enclosing package. Confined types allow you to increase the modularization of your code. Since objects of confined type to not escape their defining package, it is certain that no code outside of the package will directly depend on the interface or implementation of the confined type. Kacheck/J allows you to analyze your code for confinement and can print a list of statements that lead to confinement violations. Confined types are also interesting from a security perspective since they can guarantee that access to certain data-structures is only possible for code in the same package.

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 14:08
5.0

This release adds support for "@Confined"
meta-data annotations. Such annotations can now be
statically verified or automatically added to
class files by Kacheck/J. Kacheck/J now requires
and supports Java 5.0.
標籤: Major feature enhancements

2004-07-06 22:42
3.1.0

This release is mostly an update of the framework supporting Kacheck/J, resulting in simpler code. Some options were added.
標籤: Code cleanup

2003-02-27 05:03
3.0.1

The performance of the parser was improved by 30%. A minor bug in the processing of exception handlers was fixed. The start script in the RPM was fixed.
標籤: Minor bugfixes

2003-01-11 03:23
3.0.0

The dead-code elimination capability of the Java Access Modifier Inference Tool (JAMIT) can now be used by Kacheck/J. Various small bugs were fixed and the analysis was made more precise. The output of confinement violations was made more precise and verbose. In particular, it now contains the exact position and instruction at which the violation occured.
標籤: Initial freshmeat announcement

Project Resources