diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2003-08-17 13:59:49 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2003-08-17 13:59:49 +0000 |
commit | 421e4885eb233dc616bed0b48eec678f5f0d41c4 (patch) | |
tree | 7d5987c44f9c5cbd4e1a6821e3a068f5fc76afca /Readme.html | |
parent | d96924c601912c7df55e378806a126850a798eaa (diff) | |
download | javassist-421e4885eb233dc616bed0b48eec678f5f0d41c4.tar.gz javassist-421e4885eb233dc616bed0b48eec678f5f0d41c4.zip |
fixed a bug in the compiler, which could not compile a try statement
correctly.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@33 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Readme.html b/Readme.html index 9aaf4bae..9ca4eb51 100644 --- a/Readme.html +++ b/Readme.html @@ -244,6 +244,7 @@ see javassist.Dump. <li>javassist.expr.Expr.indexOfBytecode() has been added. <li>javassist.Loader has been modified so that getPackage() returns a package object. + <li>Now, the compiler can correctly compile a try statement. </ul> <p>- version 2.5.1 in May, 2003. @@ -505,8 +506,8 @@ Marc Segura-Devillechaise, Jan Baudisch, Julien Blass, Yoshiki Sato, Fabian Crabus, Bo Norregaard Jorgensen, Bob Lee, Bill Burke, Remy Sanlaville, Muga Nishizawa, Alexey Loubyansky, Saori Oki, Andreas Salathe, Dante Torres estrada, S. Pam, Nuno Santos, -Denis Taye, Colin Sampaleanu, Robert Bialek, and Asato Shimotaki -for their contributions. +Denis Taye, Colin Sampaleanu, Robert Bialek, Asato Shimotaki, +and Howard Lewis Ship for their contributions. <p><br> |