summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClass.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* implemented getSignature() in javassist.expr.MethodCallchiba2005-11-121-0/+1
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-041-6/+26
* added makeUniqueName() in CtClass.chiba2005-10-311-0/+13
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-131-0/+4
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-151-5/+7
* updated javadoc commentschiba2005-09-071-0/+1
* updated javadoc commentschiba2005-09-061-4/+24
* improved a message for RuntimeExceptions.chiba2005-09-041-0/+2
* Array initializer supports and better annotation supports.chiba2005-08-251-2/+23
* modified the compiler to support "import".chiba2005-08-181-0/+2
* Turning the automatic pruning on by default.chiba2005-06-161-34/+49
* reformatted the files and added javadoc comments.chiba2005-06-111-5/+7
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-091-6/+10
* fixed a bug in LocalVariableAttributechiba2005-02-021-1/+1
* fixed a bug in javadoc commentsrel_3_0chiba2005-01-181-1/+1
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* fixed a few bugs.chiba2005-01-131-1/+11
* implemented removeMethod() etc.chiba2005-01-121-2/+32
* reformatted the files edited by Bill.chiba2004-09-281-1137/+1048
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-1068/+1149
* javadoc comments have been modified.chiba2004-09-121-1/+21
* implemented pruningchiba2004-08-191-3/+36
* modified CtClass#toString()chiba2004-08-031-4/+3
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-261-40/+48
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-051-1/+1
* added computeMaxStack() in CodeAttribute.chiba2004-05-181-1/+1
* CtClass.makeNestedClass() has been added.chiba2004-05-131-0/+16
* Now, the compiler accepts a method that callschiba2004-05-081-1/+1
* Now, the compiler accepts a method that accesseschiba2004-05-051-1/+1
* Now, the compiler accepts a method that calls a private methodchiba2004-05-041-1/+8
* added CtClass#getDeclaringClass()chiba2004-05-031-0/+10
* added detach() in CtClass, which is necessary so that some people whochiba2004-04-271-0/+15
* modified the API to look good.chiba2004-04-211-3/+3
* put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...patriot1burke2004-04-201-1/+1
* fixed bugs so that sample programs can run.chiba2004-04-161-2/+2
* modified the ClassPool framework.chiba2004-04-141-37/+129
* If a newly created method does not have a throws clause, an emptychiba2004-02-151-0/+4
* local variables were made available in the source text passedchiba2004-01-111-1/+1
* updated the copyright notices.chiba2004-01-081-3/+3