aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* made the java.util.proxy package support stack map tables.chiba2007-06-031-6/+19
* for JIRA JASSIST-34chiba2007-06-021-1/+1
* fixed bugs related to stack map tables.chiba2007-06-0212-42/+240
* the version of the class file generated from scratch was changed from JDK 1.1...chiba2007-05-292-6/+4
* changed the compiler so that .class will be compiled into ldc.chiba2007-05-292-6/+16
* fixed bugs of javassist.bytecode.stackmapchiba2007-05-295-23/+73
* modified so that CtBehavior#insertAfter() will not use JSR/RET anymore.chiba2007-05-251-49/+35
* a minor API extension.chiba2007-05-241-1/+23
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-246-8/+9
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-125-36/+138
* fixed JIRA JASSIST-33chiba2007-05-112-14/+50
* implemented javassist.bytecode.stackmap package.chiba2007-05-067-670/+1092
* fixed a typo.chiba2007-05-051-1/+1
* Javassist has been producing an interface with a wrong modifier. I fixed this.chiba2007-05-054-8/+10
* start developing the next release...chiba2007-05-052-2/+4
* Update versionkkhan2007-04-301-1/+1
* updated for releasechiba2007-04-291-1/+4
* updated the version namechiba2007-04-291-1/+1
* 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
* Add a javassist-src.jar to build a source artifactstarksm2007-02-241-0/+6
* updated the version namechiba2007-02-141-1/+1
* javadoc updateschiba2007-02-141-1/+6
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-0912-966/+1181
* Repair previous mistake when commitingkkhan2007-02-092-14/+37
* Differentiate between null bootstrap classloader and when the classloader has...kkhan2007-02-092-4/+7
* supported generic type signatures.chiba2007-02-066-7/+1057
* supported generic type signatures.chiba2007-02-063-6/+675
* changed to public.chiba2007-02-061-1/+1
* updated javadoc comments.chiba2007-02-022-3/+13
* a minor bug fixchiba2007-02-021-1/+2
* Fix the annotation hashCode and equals implementation.adrian2007-01-312-22/+214
* edited javadoc comments.chiba2007-01-161-54/+93
* fixed a bug in copy().chiba2007-01-161-9/+174
* Document CodeConverter.replaceArrayAccess()kkhan2007-01-052-179/+333
* bump up version to snapshotkkhan2006-12-241-1/+1
* Add ability to replace xASTORE and xALOAD calls with invokevirtualkkhan2006-12-242-2/+356
* minor bug fixchiba2006-12-081-1/+5
* added CtBehavior.getLongName()chiba2006-11-237-3/+101
* 3.4.0GA releaserel_3_4_GAchiba2006-11-165-143/+289
* enabled a transformation from a public method call to a private method call b...chiba2006-11-122-3/+10
* updated a javadoc commentchiba2006-11-071-0/+1
* updated a javadoc commentchiba2006-11-071-2/+40
* Fixed a bug of duplicating writeReplace() to a proxy class.chiba2006-11-074-8/+48
* made a proxy class serializable (JASSIST-20).chiba2006-11-054-40/+182
* slightly changed the caching policy used by ProxyFactorychiba2006-11-021-4/+9
* JIRA JASSIST-28 (including a performance bug) has been fixed.chiba2006-11-022-12/+138