aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClassType.java
Commit message (Expand)AuthorAgeFilesLines
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-171-24/+78
* Add methods to determine if a CtClass is an annotation or an enumkkhan2006-06-081-0/+8
* fixed JIRA JASSIST-19.chiba2006-05-291-2/+2
* Allow a ClassPool to override the "guess" at the classloader to use.adrian2006-03-151-1/+1
* fixed a minor problem of CtClassTypechiba2006-03-081-6/+17
* added getNestedClasses() in CtClass.chiba2006-02-271-0/+26
* replaced individual calls to Thread.currentThread().getContextClassLoader() w...chiba2006-02-171-2/+3
* reformatting.chiba2006-02-161-1/+4
* Fix NPE when there are no parameter annotations.adrian2006-02-151-1/+3
* Add support for getParameterAnnotations() from the CtBehaviour.adrian2006-02-151-0/+42
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-1/+9
* updated copyright noticeschiba2006-01-111-1/+1
* added some methods to javassist.Bytecode and Descriptor.chiba2005-11-221-2/+3
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-041-6/+8
* updated CtMember.append() for better performance.chiba2005-11-041-9/+25
* added makeUniqueName() in CtClass.chiba2005-10-311-0/+68
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-151-11/+19
* improved a message for RuntimeExceptions.chiba2005-09-041-1/+10
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+45
* fixed a compilation problem of static final fields.chiba2005-08-171-0/+15
* Turning the automatic pruning on by default.chiba2005-06-161-12/+20
* reformatted the files and added javadoc comments.chiba2005-06-111-6/+6
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-091-13/+22
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* fixed a few bugs.chiba2005-01-131-2/+24
* implemented removeMethod() etc.chiba2005-01-121-43/+85
* reformatted the files edited by Bill.chiba2004-09-281-1212/+1044
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-1049/+1229
* fixed a bug in CtClass.getMethods() and javassist.reflect packagechiba2004-08-221-1/+1
* implemented pruningchiba2004-08-191-4/+65
* modified CtClass#toString()chiba2004-08-031-2/+32
* Bugs item #988787 has been fixed.chiba2004-07-191-2/+6
* CtClass.makeNestedClass() has been added.chiba2004-05-131-0/+21
* Now, the compiler accepts a method that calls a private methodchiba2004-05-041-0/+11
* added CtClass#getDeclaringClass()chiba2004-05-031-0/+16
* added detach() in CtClass, which is necessary so that some people whochiba2004-04-271-1/+1
* performance tuning.chiba2004-04-191-0/+2
* edited for improving runtime performance.chiba2004-04-181-7/+13
* modified the ClassPool framework.chiba2004-04-141-14/+18
* changed the stuff related to ClassPool.chiba2004-04-051-4/+4
* updated the copyright notices.chiba2004-01-081-1/+1
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-251-0/+9
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-16/+27
* changed the behavior of CtClassType.setSuperclass().chiba2003-10-141-1/+4
* fixed warnings reported by Eclipse.chiba2003-09-081-1/+0
* implemented toString().chiba2003-09-011-0/+32
* fixed a bug in makeClassInitializer() in CtClassType.chiba2003-05-141-7/+1
* fixed several compiler bugs and updated the tutorial.chiba2003-05-141-15/+38
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-608/+610