aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a bug so that the compiler distinguishes a length field and the array l...chiba2005-06-082-17/+26
* support non us-ascii identifiers (JIRA May20,2005)chiba2005-06-072-7/+17
* fixed a bug so that "<array> == null" can be compiled.chiba2005-05-161-2/+5
* Changed ClassPool.get() to accept the descriptors of array types.chiba2005-05-162-1/+9
* some simple style changeschiba2005-05-161-21/+49
* 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
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-022-4/+22
* 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-313-4/+22
* 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-18146-149/+149
* fixed a few bugs.chiba2005-01-133-3/+38
* implemented removeMethod() etc.chiba2005-01-1211-136/+251
* 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-022-6/+83
* 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-161-1/+5
* requested by Eric Tanterchiba2004-09-281-2/+2
* reformatted the files edited by Bill.chiba2004-09-286-4107/+3685
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-146-3617/+4143
* javadoc comments have been modified.chiba2004-09-121-1/+21
* Edited javadoc comments.chiba2004-09-091-0/+7
* updated javadoc comments.chiba2004-09-082-3/+16
* Now the compiler supports a switch statement.chiba2004-09-033-6/+131
* modified the code generator to compute constant expressions at compile time.chiba2004-09-017-31/+208
* discarded the last changeschiba2004-08-302-252/+62
* 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-025-39/+385
* updated some javadoc comments.chiba2004-07-272-3/+5
* 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-265-123/+103
* Bugs item #988787 has been fixed.chiba2004-07-1910-11/+262
* Fixed Bugs item #987038 (opened at 2004-07-08 15:06)chiba2004-07-081-3/+4
* revised javassist.bytecode.annotation package.chiba2004-06-2526-1732/+1564