aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added makeUniqueName() in CtClass.chiba2005-10-317-3/+115
* removed javassist.preproc.chiba2005-10-273-419/+0
* moved javassist.preproc package to sample/preproc directory.chiba2005-10-274-177/+177
* Implemented CtConstructor#toMethod().chiba2005-10-276-64/+230
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-136-137/+131
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-156-22/+75
* minor fixes for RC2 release.chiba2005-09-072-2/+2
* updated javadoc commentschiba2005-09-074-1/+11
* fixed a bug found when an annotation includes an empty array.chiba2005-09-0715-24/+51
* fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by...chiba2005-09-061-0/+2
* updated javadoc commentschiba2005-09-064-13/+72
* improved a message for RuntimeExceptions.chiba2005-09-042-1/+12
* minor updates for 3.1RC1chiba2005-08-292-1/+3
* fixed a bug reported as JIRA Javassist-12chiba2005-08-264-26/+42
* improved the compatibility with respect to chained exceptions.chiba2005-08-261-26/+25
* fixed JIRA Javassist-9. javadoc comments have been updated.chiba2005-08-263-11/+30
* Fixed a threading bug reported by JIRA Javassist-13chiba2005-08-251-10/+13
* Array initializer supports and better annotation supports.chiba2005-08-2531-36/+586
* modified the compiler to support "import".chiba2005-08-184-20/+109
* Modified javadoc comments.chiba2005-08-171-0/+6
* modified so that an error message is thrown if the super class of java.lang.O...chiba2005-08-171-5/+6
* fixed a compilation problem of static final fields.chiba2005-08-179-9/+142
* added getSize()chiba2005-08-161-0/+7
* Added javassist.expr.ConstructorCallchiba2005-07-151-0/+64
* Added javassist.expr.ConstructorCallchiba2005-07-153-7/+82
* updated a comment.chiba2005-07-011-0/+2
* deleted some local variables that are never read.chiba2005-06-3010-12/+8
* updates commentschiba2005-06-249-30/+72
* fixed a bug of the compilerchiba2005-06-231-2/+7
* HotSwap supportchiba2005-06-218-5/+361
* update the tutorialchiba2005-06-203-6/+18
* minor fixeschiba2005-06-202-0/+14
* Turning the automatic pruning on by default.chiba2005-06-164-46/+97
* fixed a bug I enbugged in the previous versionchiba2005-06-111-2/+2
* reformatted the files and added javadoc comments.chiba2005-06-115-784/+737
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-097-669/+813
* bug in writing enumvaluebill2005-06-081-2/+2
* 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-073-9/+19
* 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
* 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