aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClass.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated the version namechiba2007-02-141-1/+1
* added CtBehavior.getLongName()chiba2006-11-231-1/+1
* made ProxyFactory.getClassLoader() customizable.chiba2006-08-311-1/+1
* deprecated ClassPool#toClass(CtClass,ClassLoader).chiba2006-08-141-1/+2
* fixed the bug reported as JASSIST-23.chiba2006-08-071-1/+35
* prepare 3.3 releasechiba2006-08-061-1/+1
* reformatted.chiba2006-07-181-5/+6
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-171-0/+15
* release 3.2rel_3_2chiba2006-06-201-1/+1
* modified javadocs.chiba2006-06-121-0/+4
* Add methods to determine if a CtClass is an annotation or an enumkkhan2006-06-081-0/+16
* Update the version to 3.2.0.CR2starksm2006-05-091-1/+1
* JBQA-324 update version to 3.2.0.CR1rcampbell2006-03-181-1/+1
* fixed a minor problem of CtClassTypechiba2006-03-081-1/+1
* added getNestedClasses() in CtClass.chiba2006-02-271-2/+13
* (almost) final updates for 3.1 releasechiba2006-02-221-1/+1
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-0/+3
* updated copyright noticeschiba2006-01-111-2/+2
* restructred sub packageschiba2006-01-111-1/+1