aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClass.java
Commit message (Expand)AuthorAgeFilesLines
* fixed minor problems in javadoc etc.chibash2015-08-121-10/+10
* append an new API of hasAnnotation(String annotClsName)kuzukami.sh2015-08-111-0/+11
* updated the tutorial and some javadoc commentschibash2015-02-041-0/+5
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-1/+1
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-12/+12
* for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-191-1/+15
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its...chibash2014-11-181-1/+22
* fixed JASSIST-186chiba2013-04-121-2/+2
* for 3.17.1 releasechiba2012-12-031-1/+1
* fixed JASSIST-177chiba2012-11-151-1/+1
* implemented JASSIST-170chiba2012-06-171-0/+84
* fixed JASSIST-126chiba2012-06-021-1/+1
* 3.16.1-GA releaserel_3_16_1_gachiba2012-03-051-1/+1
* fixed JASSIST-155chiba2012-02-151-10/+28
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-111-1/+1
* release 3.15.0-GArel_3_15_0_gachiba2011-07-081-1/+1
* added the Apache license.chiba2011-07-081-4/+5
* a minor bug fixchiba2011-06-211-0/+12
* for releasing 3.14.0.GArel_3_14_0_gachiba2010-10-051-1/+1
* fixed JASSIST-128 and JASSIST-129chiba2010-09-141-1/+1
* fixed JASSIST-130chiba2010-09-121-0/+2
* fixed typos.chiba2010-07-221-1/+1
* fixed JASSIST-119chiba2010-07-081-3/+34
* preparation for 3.12.GA releaserel_3_12_0_gachiba2010-04-151-2/+2
* preparation for GA releasechiba2010-04-141-1/+1
* for 3.11 releaserel_3_11_0_gachiba2009-07-021-1/+1
* fixed JASSIST-86chiba2009-07-021-1/+1
* fixed JASSIST-84chiba2009-06-261-0/+26
* for preparing 3.10 releasechiba2009-03-011-2/+2
* implemented ClassPool.makeClassIfNew()chiba2008-09-111-1/+1
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-041-1/+1
* fixed a performance bug caused by many calls to CtBehavior#setBody()chiba2008-07-031-1/+16
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-131-1/+1
* fixed JASSIST-47 and 60.chiba2008-05-011-1/+17
* preparation for 3.7.1 releasechiba2008-03-091-1/+1
* for 3.7.0.GA releasechiba2008-01-201-2/+2
* for JASSIST-37chiba2007-10-201-0/+5
* added Expr#getEnclosingClass()chiba2007-09-301-1/+1
* for 3.6.0 releaserel_3_6_gachiba2007-09-131-1/+1
* for 3.6.0 releasechiba2007-09-131-1/+1
* I will release 3.6.0.CR1chiba2007-07-271-1/+1
* made CtClass#freeze() public.chiba2007-07-121-1/+8
* for reducing memory footprintchiba2007-07-031-0/+5
* fixed a bug of CtClassType#removeMehtod() etc.chiba2007-06-181-0/+3
* updated pom.xml and a few javadoc comments.chiba2007-06-121-1/+2
* made automatic pruning off by default because I found that pruning does not r...chiba2007-06-081-5/+13
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed a typo.chiba2007-05-051-1/+1
* Javassist has been producing an interface with a wrong modifier. I fixed this.chiba2007-05-051-2/+2
* updated the version namechiba2007-04-291-1/+1