summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode
Commit message (Expand)AuthorAgeFilesLines
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-132-4/+4
* remove jdk5 depsjgreene2008-06-123-9/+9
* Small ws fixjgreene2008-05-281-2/+2
* Remove accidental inclusion of a debug statementjgreene2008-05-281-3/+1
* Fix subtypeOf in CtArrayjgreene2008-05-2414-0/+3522
* fixed JASSIST-47 and 60.chiba2008-05-014-15/+285
* fixed a bug of StackMapTable.Shifterchiba2008-04-151-1/+1
* fixed JASSIST-56chiba2008-03-191-5/+10
* fixed JASSIST-55chiba2008-03-191-0/+1
* fixed a bug of CodeIterator.insertGap() with JDK 1.6chiba2008-03-181-1/+2
* fixed a bug of JBAOP-481. Javassist could not properly copy a method body if...chiba2007-11-141-0/+2
* the default major version of newly-created class files is either JDK 1.3 or 1...chiba2007-08-132-4/+16
* I will release 3.6.0.CR1chiba2007-07-271-4/+4
* modified redirectMethodCall() in CodeConverterchiba2007-07-191-1/+57
* updated pom.xml and a few javadoc comments.chiba2007-06-121-0/+1
* fixed wrong indentationchiba2007-06-111-1/+1
* updated the copyright notices.chiba2007-06-0442-41/+56
* for JIRA JASSIST-34chiba2007-06-021-1/+1
* fixed bugs related to stack map tables.chiba2007-06-022-9/+83
* the version of the class file generated from scratch was changed from JDK 1.1...chiba2007-05-291-3/+3
* changed the compiler so that .class will be compiled into ldc.chiba2007-05-291-1/+1
* fixed bugs of javassist.bytecode.stackmapchiba2007-05-295-23/+73
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-242-2/+2
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-121-1/+7
* implemented javassist.bytecode.stackmap package.chiba2007-05-067-670/+1092
* Javassist has been producing an interface with a wrong modifier. I fixed this.chiba2007-05-052-4/+7
* snapshot. I am still working on stackmap support.chiba2007-04-266-139/+366
* stackmap support (cont.)chiba2007-04-108-298/+1514
* added javadoc commentschiba2007-03-101-0/+7
* Make SignatureAttribute.NestedClassType publickkhan2007-03-081-1/+1
* When pruning preserve the SignatureAttributekkhan2007-03-083-0/+21
* javadoc updateschiba2007-02-141-1/+6
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-096-877/+1086
* Repair previous mistake when commitingkkhan2007-02-091-4/+1
* Differentiate between null bootstrap classloader and when the classloader has...kkhan2007-02-091-1/+4
* supported generic type signatures.chiba2007-02-064-7/+1037
* supported generic type signatures.chiba2007-02-063-6/+675
* updated javadoc comments.chiba2007-02-022-3/+13
* Fix the annotation hashCode and equals implementation.adrian2007-01-312-22/+214
* fixed a bug in copy().chiba2007-01-161-9/+174
* added CtBehavior.getLongName()chiba2006-11-231-0/+63
* 3.4.0GA releaserel_3_4_GAchiba2006-11-161-139/+285
* Fixed a bug of duplicating writeReplace() to a proxy class.chiba2006-11-072-6/+40
* made a proxy class serializable (JASSIST-20).chiba2006-11-051-1/+2
* fixed JIRA JASSIST-28?chiba2006-11-012-52/+43
* StackMapTable support (not complete)chiba2006-10-292-2/+320
* 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