summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a typo.chiba2008-04-211-1/+1
* fixed a bug of StackMapTable.Shifterchiba2008-04-151-1/+1
* fixed a typo.chiba2008-04-151-1/+1
* fixed JASSIST-57chiba2008-03-232-2/+2
* fixed JASSIST-56chiba2008-03-191-5/+10
* fixed JASSIST-55chiba2008-03-191-0/+1
* fixed JASSIST-54chiba2008-03-191-1/+3
* fixed JASSIST-45 (better exception message)chiba2008-03-191-1/+4
* fixed a bug of CodeIterator.insertGap() with JDK 1.6chiba2008-03-184-9/+12
* Use privileged block for clazz.getDeclaredMethods()kkhan2008-03-111-1/+1
* fixed JASSIST-51chiba2008-03-111-2/+4
* preparation for 3.7.1 releaserel_3_7_1_gachiba2008-03-091-2/+2
* preparation for 3.7.1 releasechiba2008-03-095-130/+106
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-123-45/+174
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-121-2/+41
* for 3.7.0.GA releasechiba2008-01-204-8/+11
* fixed JIRA JASSIST-41chiba2008-01-201-4/+3
* fixed JIRA JASSIST-40chiba2008-01-041-1/+5
* fixed a bug of JBAOP-481. Javassist could not properly copy a method body if...chiba2007-11-141-0/+2
* added the javassist.JarDirClassPath class.chiba2007-11-071-3/+5
* supported the class path wildcards.chiba2007-11-022-5/+61
* for JASSIST-37 (again)chiba2007-10-201-0/+44
* for JASSIST-37chiba2007-10-203-19/+26
* fixed JIRA JASSIST-36chiba2007-10-021-0/+1
* added Expr#getEnclosingClass()chiba2007-09-304-2/+12
* for 3.6.0 releaserel_3_6_gachiba2007-09-132-2/+2
* for 3.6.0 releasechiba2007-09-132-1/+3
* Update Manifest.mfkkhan2007-09-131-1/+1
* fixed a bug of ClassPool#makeInterface()chiba2007-08-141-1/+3
* the default major version of newly-created class files is either JDK 1.3 or 1...chiba2007-08-132-4/+16
* updated pom.xml by the request of Manik and Paulchiba2007-08-071-103/+111
* I will release 3.6.0.CR1chiba2007-07-271-0/+1
* I will release 3.6.0.CR1chiba2007-07-273-7/+7
* modified redirectMethodCall() in CodeConverterchiba2007-07-192-6/+93
* changed CtMethod#copy() and updated related javadoc commentschiba2007-07-144-4/+25
* removed an unnecessary throws.chiba2007-07-131-5/+2
* made CtClass#freeze() public.chiba2007-07-122-2/+9
* for reducing memory footprintchiba2007-07-033-45/+55
* edited for fixing memory leakchiba2007-06-261-2/+2
* fixed a bug of CtClassType#releaseClassFiles()chiba2007-06-227-0/+12
* fixed a bug of CtClassType#removeMehtod() etc.chiba2007-06-183-2/+25
* updated pom.xml and a few javadoc comments.chiba2007-06-123-19/+13
* added JDK 1.6 supportchiba2007-06-121-0/+15
* added a pom.xml filechiba2007-06-121-0/+96
* fixed wrong indentationchiba2007-06-111-1/+1
* Exclude HotSwapper in Eclipse since it does not workkkhan2007-06-111-2/+2
* a small bug fixchiba2007-06-081-1/+0
* made automatic pruning off by default because I found that pruning does not r...chiba2007-06-0811-290/+459
* updated the copyright notices.chiba2007-06-04175-183/+199
* made the java.util.proxy package support stack map tables.chiba2007-06-031-6/+19