aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* reformatted.chiba2006-07-187-775/+784
* Handle Annotation.annotationType() callskkhan2006-07-181-0/+5
* reformatted.chiba2006-07-181-30/+12
* Add getAvailableAnnotations() to CtMemeberkkhan2006-07-171-0/+14
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-174-34/+169
* Snapshot version should be just "snapshot"kkhan2006-07-141-1/+1
* 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
* Update copyright noticekkhan2006-07-136-120/+84
* Move scoped classpool repository from jboss retro into javassist to have a co...kkhan2006-07-137-1/+912
* Do not proxy volatile methodskkhan2006-07-121-0/+2
* updated javadoc comments.chiba2006-07-011-2/+2
* updated javadoc comments.chiba2006-07-011-3/+11
* release 3.2rel_3_2chiba2006-06-202-2/+2
* modified to generate a better comiple error message.chiba2006-06-132-12/+72
* modified javadocs.chiba2006-06-123-1/+9
* JBBUILD-319, Add redirects for the new java.io.StringWriter append methodsstarksm2006-06-111-2/+3
* Add methods to determine if a CtClass is an annotation or an enumkkhan2006-06-083-0/+40
* updated javadoc comments.chiba2006-05-291-3/+7