diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-01-19 07:21:52 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-01-19 07:21:52 +0000 |
commit | ad7d5a92142d2e0e877f34495d2fb08357c9a9e9 (patch) | |
tree | ce05b26e23475f024e79747893fc2ab99c3f565b /Readme.html | |
parent | 3f6d86e0330351eb5d57b43cac3045f0e843b333 (diff) | |
download | javassist-ad7d5a92142d2e0e877f34495d2fb08357c9a9e9.tar.gz javassist-ad7d5a92142d2e0e877f34495d2fb08357c9a9e9.zip |
fixed a bug in getModifiers() in CtClass.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@236 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 3d7f8d92..a7eaede9 100644 --- a/Readme.html +++ b/Readme.html @@ -289,6 +289,8 @@ see javassist.Dump. public members. <li>getEnclosingClass() in javassist.CtClass was renamed to getEnclosingMethod(). + <li>getModifiers() was extended to return Modifier.STATIC if the class + is a static inner class. <li>The return type of CtClass.stopPruning() was changed from void to boolean. <li>toMethod() in javassist.CtConstructor has been implemented. |