aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleaned up import declarationschiba2005-05-157-266/+249
* checked the previous modifications and adjusted the format.chiba2005-04-102-19/+13
* Also previous modification adds the ability to retrieve all classes reference...ejort2005-04-081-0/+1
* Add the ability to retrieve and change the Major/Minor versions of the ClassFileejort2005-04-082-1/+68
* clarify that $0 means this.chiba2005-03-241-3/+3
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-026-8/+49
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-2718-45/+287
* fixed a bug in LocalVariableAttributechiba2005-02-023-11/+26
* Added javadoc comments.chiba2005-01-315-5/+30
* fixed a bug in javadoc commentsrel_3_0chiba2005-01-182-2/+2
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-18146-149/+149
* fixed a few bugs.chiba2005-01-136-1470/+1506
* implemented removeMethod() etc.chiba2005-01-1214-1584/+1721
* Reformatted the soruce files modified by Bill.chiba2005-01-092-642/+609
* methodinfos are not equal for some reason.patriot1burke2004-12-092-565/+661
* fixed a bug in CtConstructor#getName()chiba2004-11-041-1/+1
* supports finally clauseschiba2004-11-042-24/+129
* synchronized statement support.chiba2004-11-024-8/+99
* minor updates for reflecting forum postschiba2004-10-211-0/+2
* Made the constructors in subclasses of Expr protected.chiba2004-10-188-17/+18
* reformatted.chiba2004-10-183-638/+611
* handle primitives in annotation ClassMemberspatriot1burke2004-10-181-563/+636
* Expr.where() throws an exception if the expression is in a static initializer.chiba2004-10-162-2/+6
* requested by Eric Tanterchiba2004-09-281-2/+2
* reformatted the files edited by Bill.chiba2004-09-287-4107/+3686
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-146-3617/+4143
* javadoc comments have been modified.chiba2004-09-123-3/+23
* Edited javadoc comments.chiba2004-09-091-0/+7
* updated javadoc comments.chiba2004-09-082-3/+16
* edited the tutorial.chiba2004-09-061-0/+11
* Now the compiler supports a switch statement.chiba2004-09-035-8/+133
* modified the code generator to compute constant expressions at compile time.chiba2004-09-017-31/+208
* discarded the last changeschiba2004-08-306-360/+246
* implemented CtField#getConstantValue().chiba2004-08-308-2/+224
* temporary version. You cannot compile them. I'll discard the changes but wa...chiba2004-08-302-62/+252
* fixed a bug in CtClass.getMethods() and javassist.reflect packagechiba2004-08-226-32/+48
* implemented pruningchiba2004-08-1915-22/+176
* .class supportchiba2004-08-166-30/+230
* implemented getMethodIndex() in javassist.reflect.ClassMetaobjectchiba2004-08-143-4/+88
* modified CtClass#toString()chiba2004-08-035-14/+36
* javassist.expr.NewArray has been implemented.chiba2004-08-027-54/+494
* updated some javadoc comments.chiba2004-07-274-14/+31
* fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes Ver...chiba2004-07-273-2/+94
* fixed Bugs item #993090chiba2004-07-261-4/+18
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-267-187/+231
* Bugs item #988787 has been fixed.chiba2004-07-1913-18/+284
* Updated the tutorial to be more understandable.chiba2004-07-152-50/+104
* Fixed Bugs item #987038 (opened at 2004-07-08 15:06)chiba2004-07-083-6/+7
* revised javassist.bytecode.annotation package.chiba2004-06-2526-1732/+1564
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-1012-24/+1125