aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist
Commit message (Expand)AuthorAgeFilesLines
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-043-14/+44
* updated CtMember.append() for better performance.chiba2005-11-042-9/+35
* added makeUniqueName() in CtClass.chiba2005-10-314-0/+108
* removed javassist.preproc.chiba2005-10-273-419/+0
* Implemented CtConstructor#toMethod().chiba2005-10-275-63/+214
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-135-136/+129
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-155-22/+68
* updated javadoc commentschiba2005-09-073-0/+3
* 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-063-6/+58
* improved a message for RuntimeExceptions.chiba2005-09-042-1/+12
* fixed a bug reported as JIRA Javassist-12chiba2005-08-263-25/+41
* 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-2528-30/+513
* modified the compiler to support "import".chiba2005-08-183-12/+71
* 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-178-8/+141
* added getSize()chiba2005-08-161-0/+7
* 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
* fixed a bug of the compilerchiba2005-06-231-2/+7
* HotSwap supportchiba2005-06-213-2/+258
* update the tutorialchiba2005-06-201-1/+1
* 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-096-668/+812
* 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-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