File Release Notes and Changelog
Release Name: 0.81
Notes:
This release contains many bug fixes for the Java 5 features from 0.8beta and the implementation of the transformation functionality.
Changes:
- recoder.kit.transformation.java5to4 contains a set of transformations that convert Java 5 code and make it
complient to Java 1.4. There are still some bugs in the transformations dealing with generics and co-variant
return types.
- lots of bugs concerning java 5 features have been fixed since 0.80-Beta1. AN UPDATE IS HIGHLY RECOMMENDED
CHANGES
=======
VariableDeclaration.getVariables() is not modifiable any more due to implementation of ParameterDeclaration.
The type-specific lists in the recoder.list package have been replaced with a clean java 5 generic
collections-based implementation.
ADDITIONS
=========
ClassFile now stores its original data location, readable with ClassFile.getLocation()