[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.15,1.16
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2006-03-16 22:30:29
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6735/xdocs Modified Files: changes.xml Log Message: Replaced BCEL with ASM. This lays the groundwork for the Java5 RFEs and also fixes bug 1373831, which was caused by a bug in BCEL. As an added bonus, the uberjar file size drops by several hundred KB. Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 2 Oct 2005 09:26:21 -0000 1.15 +++ changes.xml 16 Mar 2006 22:30:19 -0000 1.16 @@ -11,6 +11,14 @@ <action dev="lkuehne" type="fix"> BCEL was leaking into the Clirr API via our ClassFilter/ClassSelector. </action> + <action dev="lkuehne" type="fix"> + Replaced BCEL with ASM (leaner, meaner, supports Java5 class file format). + This also fixes bug 1373831 "Clirr incorrectly reports error when methods + are pulled up to a new superclass", which was due to a bug in BCEL. + </action> + <action dev="lkuehne" type="fix"> + Incompatible changes to java code structure SPI. + </action> </release> <release version="0.6" date="2005-09-27"> |