summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug in write() in Annotation and ClassMemberValuechiba2006-08-132-3/+4
* added a getter.chiba2006-08-121-0/+7
* a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...chiba2006-07-181-4/+14
* reformatted.chiba2006-07-181-3/+3
* reformatted.chiba2006-07-181-4/+6
* Handle Annotation.annotationType() callskkhan2006-07-181-0/+5
* reformatted.chiba2006-07-181-30/+12
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-142-37/+38
* Be able to handle Class annotation attributes like void.class, int.class etc.kkhan2006-07-131-1/+37
* fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr.chiba2006-04-091-1/+18
* Need to also keep the parameter annotations after a prune.adrian2006-03-151-13/+28
* We also need to keep the annotation default attribute after a prune.adrian2006-03-151-0/+5
* Remove the ability to change methodref signatures.adrian2006-02-221-57/+0
* Make setUtf8Info private.adrian2006-02-221-1/+1
* Add the ability to change the signature of a constant pool methodref entry.adrian2006-02-211-0/+57
* 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
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-0/+23
* updated copyright noticeschiba2006-01-1133-33/+33
* restructred sub packageschiba2006-01-113-3/+2
* fixed a bug on renameClass().chiba2006-01-101-6/+14
* changed to generate more javap-friendly codechiba2006-01-011-0/+16
* implemented recursive replace() for ExprEditor.chiba2005-12-291-0/+12
* added addGetfield() and addPutfield() in javassist.bytecode.Bytecode.chiba2005-12-231-4/+38
* added some methods to javassist.Bytecode and Descriptor.chiba2005-11-222-7/+45
* updated javadoc comments.chiba2005-11-122-3/+19
* Implemented CtConstructor#toMethod().chiba2005-10-272-10/+89
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-134-136/+125
* fixed a bug found when an annotation includes an empty array.chiba2005-09-0715-24/+51
* fixed JIRA Javassist-9. javadoc comments have been updated.chiba2005-08-263-11/+30
* Array initializer supports and better annotation supports.chiba2005-08-2516-7/+279
* fixed a compilation problem of static final fields.chiba2005-08-173-1/+12
* added getSize()chiba2005-08-161-0/+7
* deleted some local variables that are never read.chiba2005-06-301-1/+0
* update the tutorialchiba2005-06-201-1/+1
* minor fixeschiba2005-06-201-0/+3
* Turning the automatic pruning on by default.chiba2005-06-161-0/+1
* fixed a bug I enbugged in the previous versionchiba2005-06-111-2/+2
* reformatted the files and added javadoc comments.chiba2005-06-113-773/+724
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-093-640/+771
* bug in writing enumvaluebill2005-06-081-2/+2
* 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
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-2718-45/+287
* fixed a bug in LocalVariableAttributechiba2005-02-022-10/+25