summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Need to also keep the parameter annotations after a prune.adrian2006-03-151-13/+28
* Allow a ClassPool to override the "guess" at the classloader to use.adrian2006-03-152-3/+17
* We also need to keep the annotation default attribute after a prune.adrian2006-03-151-0/+5
* fixed a minor problem of CtClassTypechiba2006-03-082-7/+18
* added getNestedClasses() in CtClass.chiba2006-02-273-2/+41
* final updates for 3.1 releaserel_3_1chiba2006-02-223-9/+17
* Remove the ability to change methodref signatures.adrian2006-02-221-57/+0
* Make setUtf8Info private.adrian2006-02-221-1/+1
* (almost) final updates for 3.1 releasechiba2006-02-225-15/+14
* Add the ability to change the signature of a constant pool methodref entry.adrian2006-02-211-0/+57
* replaced individual calls to Thread.currentThread().getContextClassLoader() w...chiba2006-02-172-3/+12
* reformatting.chiba2006-02-163-4/+22
* Fix NPE when there are no parameter annotations.adrian2006-02-151-1/+3
* Add support for getParameterAnnotations() from the CtBehaviour.adrian2006-02-152-0/+59
* Allow access to the constructor signature.adrian2006-02-151-2/+17
* Adjusted the behavior of setHandler().chiba2006-02-142-9/+22
* Adjusting indentation, adding javadoc comments, etc.chiba2006-02-132-23/+34
* Compacting/clone has a problem when the method index is zero.adrian2006-02-061-0/+20
* Allow for retrieval of the real type name of the annotation.adrian2006-02-051-1/+6
* I need an eclipse option that disallows autoboxing. :-)adrian2006-02-041-3/+6
* Implement the Object methods for the annotation invocation handler.adrian2006-02-041-1/+16
* 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