Menu

Retrotranslator 1.0.4 released

Retrotranslator is a Java bytecode transformer that translates Java classes compiled with JDK 5.0 into classes that can be run on JVM 1.4. Supported features: generics, annotations, reflection on generics and annotations, enums, autoboxing, for-each loop, varargs, static import, concurrency utilities, collections framework enhancements.

Changes in Retrotranslator 1.0.4:
- Bug fixed: String.replace(CharSequence, CharSequence) did not work with some characters.
- Bug fixed: NotSerializableException when serializing annotations.
- Retrotranslator will not replace "-" by "$" in identifiers any more, e.g. in "package-info.class".

Posted by Taras Puchko 2006-04-25

Log in to post a comment.