]> source.dussan.org Git - javassist.git/shortlog
javassist.git
2007-11-14 chibafixed a bug of JBAOP-481. Javassist could not properly...
2007-11-07 chibaadded the javassist.JarDirClassPath class.
2007-11-02 chibasupported the class path wildcards.
2007-10-20 chibafor JASSIST-37 (again)
2007-10-20 chibafor JASSIST-37
2007-10-02 chibafixed JIRA JASSIST-36
2007-09-30 chibaadded Expr#getEnclosingClass()
2007-09-13 chibafor 3.6.0 release rel_3_6_ga
2007-09-13 chibafor 3.6.0 release
2007-09-13 kkhanUpdate Manifest.mf
2007-08-14 chibafixed a bug of ClassPool#makeInterface()
2007-08-13 chibathe default major version of newly-created class files...
2007-08-07 chibaupdated pom.xml by the request of Manik and Paul
2007-07-27 chibaI will release 3.6.0.CR1
2007-07-27 chibaI will release 3.6.0.CR1
2007-07-19 chibamodified redirectMethodCall() in CodeConverter
2007-07-14 chibachanged CtMethod#copy() and updated related javadoc...
2007-07-13 chibaremoved an unnecessary throws.
2007-07-12 chibamade CtClass#freeze() public.
2007-07-03 chibafor reducing memory footprint
2007-06-26 chibaedited for fixing memory leak
2007-06-22 chibafixed a bug of CtClassType#releaseClassFiles()
2007-06-18 chibafixed a bug of CtClassType#removeMehtod() etc.
2007-06-12 chibaupdated pom.xml and a few javadoc comments.
2007-06-12 chibaadded JDK 1.6 support
2007-06-12 chibaadded a pom.xml file
2007-06-11 chibafixed wrong indentation
2007-06-11 kkhanExclude HotSwapper in Eclipse since it does not work
2007-06-08 chibaa small bug fix
2007-06-08 chibamade automatic pruning off by default because I found...
2007-06-04 chibaupdated the copyright notices.
2007-06-03 chibamade the java.util.proxy package support stack map...
2007-06-02 chibafor JIRA JASSIST-34
2007-06-02 chibafixed bugs related to stack map tables.
2007-05-29 chibathe version of the class file generated from scratch...
2007-05-29 chibachanged the compiler so that .class will be compiled...
2007-05-29 chibafixed bugs of javassist.bytecode.stackmap
2007-05-25 chibamodified so that CtBehavior#insertAfter() will not...
2007-05-24 chibaa minor API extension.
2007-05-24 chibafixed a but in javassist.bytecode.stackmap etc.
2007-05-12 chibachanged the implementation of try statements so that...
2007-05-11 chibafixed JIRA JASSIST-33
2007-05-06 chibaimplemented javassist.bytecode.stackmap package.
2007-05-05 chibafixed a typo.
2007-05-05 chibaJavassist has been producing an interface with a wrong...
2007-05-05 chibastart developing the next release...
2007-04-30 kkhanUpdate version
2007-04-29 chibaupdated for release
2007-04-29 chibaupdated the version name
2007-04-26 chibasnapshot. I am still working on stackmap support.
2007-04-10 chibastackmap support (cont.)
2007-03-10 chibaadded javadoc comments
2007-03-08 kkhanMake SignatureAttribute.NestedClassType public
2007-03-08 kkhanWhen pruning preserve the SignatureAttribute
2007-02-24 starksmAdd a javassist-src.jar to build a source artifact
2007-02-14 chibaupdated the version name
2007-02-14 chibajavadoc updates
2007-02-09 chibamodified javassist.convert.* to support the stack map...
2007-02-09 kkhanRepair previous mistake when commiting
2007-02-09 kkhanDifferentiate between null bootstrap classloader and...
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibachanged to public.
2007-02-02 chibaupdated javadoc comments.
2007-02-02 chibaa minor bug fix
2007-01-31 adrianFix the annotation hashCode and equals implementation.
2007-01-16 chibaedited javadoc comments.
2007-01-16 chibafixed a bug in copy().
2007-01-05 kkhanDocument CodeConverter.replaceArrayAccess()
2006-12-24 kkhanbump up version to snapshot
2006-12-24 kkhanAdd ability to replace xASTORE and xALOAD calls with...
2006-12-08 chibaminor bug fix
2006-11-23 chibaadded CtBehavior.getLongName()
2006-11-16 chiba3.4.0GA release rel_3_4_GA
2006-11-12 chibaenabled a transformation from a public method call...
2006-11-07 chibaupdated a javadoc comment
2006-11-07 chibaupdated a javadoc comment
2006-11-07 chibaFixed a bug of duplicating writeReplace() to a proxy...
2006-11-05 chibamade a proxy class serializable (JASSIST-20).
2006-11-02 chibaslightly changed the caching policy used by ProxyFactory
2006-11-02 chibaJIRA JASSIST-28 (including a performance bug) has been...
2006-11-01 chibafixed JIRA JASSIST-28?
2006-10-29 chibaStackMapTable support (not complete)
2006-10-23 chibafixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns...
2006-10-05 chibafixed a bug in CodeConverter#replaceFieldRead/Write...
2006-09-01 chibaupdated CtConstructor#isEmpty().
2006-08-31 chibamade ProxyFactory.getClassLoader() customizable.
2006-08-30 chibaa nested ClassMap.
2006-08-29 chibaminor bug fixes
2006-08-25 chibaextended CodeConverter.
2006-08-17 kkhangetClassLoader0() should not throw an exception
2006-08-16 chibafor release 3.3 (again) rel_3_3_GA
2006-08-16 kkhanMake getClassLoader0() protected
2006-08-16 chibafor 3.3 release
2006-08-16 kkhanClass.gerDeclaredMethod() needs to happen in a privileg...
2006-08-14 chibadeprecated ClassPool#toClass(CtClass,ClassLoader).
2006-08-13 chibafixed a bug in write() in Annotation and ClassMemberValue
2006-08-12 chibaadded a getter.
2006-08-11 chibachanged new CtField(CtField,..) to copy annotations.
2006-08-08 chibaupdated javadoc comments
next