summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the JDK vendor specfic class from the eclipse compilationadrian2006-01-301-1/+1
* fixed a bug of method dispatch.chiba2006-01-291-15/+22
* fixed a bug in getModifiers() in CtClass.chiba2006-01-196-1/+45
* *** empty log message ***kkhan2006-01-170-0/+0
* updated copyright noticeschiba2006-01-11157-1087/+1118
* restructred sub packageschiba2006-01-1155-140/+1303
* fixed a bug on renameClass().chiba2006-01-101-6/+14
* updated javadoc commentschiba2006-01-101-1/+1
* renamed javassist.tool to javassist.toolschiba2006-01-016-6/+12
* changed to generate more javap-friendly codechiba2006-01-013-3/+29
* 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-224-9/+54
* Add eclipse fileskkhan2005-11-222-0/+24
* 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-082-6/+29
* updated javadoc commentschiba2005-11-084-4/+6
* updated javadoc comments.chiba2005-11-073-0/+40
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-048-14/+473
* updated CtMember.append() for better performance.chiba2005-11-043-13/+54
* 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