aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* When pruning preserve the SignatureAttributekkhan2007-03-083-0/+21
* 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-099-951/+1177
* 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-236-3/+99
* 3.4.0GA releaserel_3_4_GAchiba2006-11-163-141/+287
* 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-073-7/+46
* 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-021-11/+131
* fixed JIRA JASSIST-28?chiba2006-11-015-64/+74
* StackMapTable support (not complete)chiba2006-10-293-6/+326
* fixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns a invalid operation for...chiba2006-10-231-0/+2
* fixed a bug in CodeConverter#replaceFieldRead/Write() on field shadowingchiba2006-10-051-1/+13
* updated CtConstructor#isEmpty().chiba2006-09-012-9/+32
* made ProxyFactory.getClassLoader() customizable.chiba2006-08-312-2/+50
* a nested ClassMap.chiba2006-08-303-37/+50
* minor bug fixeschiba2006-08-292-4/+42
* extended CodeConverter.chiba2006-08-252-7/+46
* getClassLoader0() should not throw an exceptionkkhan2006-08-171-7/+7
* Make getClassLoader0() protectedkkhan2006-08-161-2/+2
* Class.gerDeclaredMethod() needs to happen in a privileged blockkkhan2006-08-161-10/+18
* deprecated ClassPool#toClass(CtClass,ClassLoader).chiba2006-08-143-9/+11
* fixed a bug in write() in Annotation and ClassMemberValuechiba2006-08-132-3/+4
* added a getter.chiba2006-08-121-0/+7
* changed new CtField(CtField,..) to copy annotations.chiba2006-08-111-0/+9
* updated javadoc commentschiba2006-08-081-1/+5
* fixed the bug reported as JASSIST-23.chiba2006-08-076-26/+194
* fixed JIRA JASSIST-25chiba2006-08-061-3/+9
* prepare 3.3 releasechiba2006-08-062-2/+2
* a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...chiba2006-07-182-6/+16
* reformatted.chiba2006-07-186-62/+78
* reformatted.chiba2006-07-181-4/+6