aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* renamed javassist.tool to javassist.toolschiba2006-01-013-4/+4
* changed to generate more javap-friendly codechiba2006-01-011-0/+16
* implemented recursive replace() for ExprEditor.chiba2005-12-293-100/+196
* added addGetfield() and addPutfield() in javassist.bytecode.Bytecode.chiba2005-12-231-4/+38
* added some methods to javassist.Bytecode and Descriptor.chiba2005-11-223-9/+48
* implemented getSignature() in javassist.expr.MethodCallchiba2005-11-124-6/+19
* updated javadoc comments.chiba2005-11-122-3/+19
* updated Modifier class.chiba2005-11-092-0/+33
* appended ClassPool(boolean) constructor.chiba2005-11-081-0/+15
* updated javadoc commentschiba2005-11-083-4/+4
* updated javadoc comments.chiba2005-11-073-0/+40
* 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
* minor fixes for RC2 release.chiba2005-09-071-1/+1
* 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-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-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