|
Size: 917
Comment:
|
← Revision 3 as of 2009-09-20 21:55:24 ⇥
Size: 917
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 38: | Line 38: |
| Back to ["component development status"] | Back to [[component_development_status]] |
Overview
java.lang.instrument
Status
The initial contribution is compliant with J2SE 1.5 spec.
Below are details about the current status.
Java SE 5.0
java.lang.instrument
New interfaces of JSE 5.0
ClassFileTransformer,Instrumentation
Status: API - ongoing, test - N/A
References:
New API classes and exception
ClassDefinition,UnmodifiableClassException,IllegalClassFormatException
Status: API - ongoing, test - ongoing
References:
Instrumentation implementation
Status: java - ongoing, native - ongoing
References:
other issues
Find a way to test/document testcase issues
For instrument and some classes/methods in other components, it is hard to write unit tests, however write down some behaviour on RI/Harmony can help to ensure quality.
Back to component_development_status