]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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
2006-08-07 chibafixed the bug reported as JASSIST-23.
2006-08-06 chibafixed JIRA JASSIST-25
2006-08-06 chibaprepare 3.3 release
2006-07-18 chibaa correct fix of HIBERNATE-37 (ProxyFactory could not...
2006-07-18 chibareformatted.
2006-07-18 chibareformatted.
2006-07-18 chibaupdated since javassist.scopedpool was added.
2006-07-18 chibareformatted.
2006-07-18 kkhanHandle Annotation.annotationType() calls
2006-07-18 chibareformatted.
2006-07-17 kkhanAdd getAvailableAnnotations() to CtMemeber
2006-07-17 kkhanadd getAvailableAnnotations() methods to CtClass, CtBeh...
2006-07-14 kkhanSnapshot version should be just "snapshot"
2006-07-14 kkhanMove handling of primitive class value from MemberValue...
2006-07-13 kkhanBe able to handle Class annotation attributes like...
2006-07-13 kkhanUpdate copyright notice
2006-07-13 kkhanMove scoped classpool repository from jboss retro into...
2006-07-12 kkhanDo not proxy volatile methods
2006-07-10 kkhanGet rid of reference to local/src
2006-07-01 chibaupdated javadoc comments.
2006-07-01 chibaupdated javadoc comments.
2006-06-20 chibarelease 3.2 rel_3_2
2006-06-13 chibamodified to generate a better comiple error message.
2006-06-12 chibamodified javadocs.
2006-06-11 starksmJBBUILD-319, Add redirects for the new java.io.StringWr...
2006-06-08 kkhanAdd methods to determine if a CtClass is an annotation...
2006-05-29 chibaupdated javadoc comments.
2006-05-29 chibafixed JIRA JASSIST-19.
2006-05-29 chibafixed JIRA JASSIST-19.
2006-05-10 chibavery minor reformatting.
2006-05-09 starksmUpdate the 3.2.0.CR2 release notes
2006-05-09 starksmUpdate the version to 3.2.0.CR2
2006-05-09 starksmJASSIST-18, Use of the system classloader for the case...
2006-05-09 chibafixed JASSIST-18.
2006-04-27 chibaFixed a problem JIRA JASSIST-16
2006-04-09 chibafixed a bug of replace(String,ExprEditor) in javassist...
2006-03-23 chibaupdated javadoc comments.
2006-03-18 rcampbellJBQA-324 update version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 update version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 bump version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 update changelog for 3.2.0.CR1 release
2006-03-15 adrianNeed to also keep the parameter annotations after ...
2006-03-15 adrianAllow a ClassPool to override the "guess" at the classl...
2006-03-15 adrianWe also need to keep the annotation default attribute...
2006-03-08 chibafixed a minor problem of CtClassType
2006-02-27 chibaadded getNestedClasses() in CtClass.
2006-02-22 chibafinal updates for 3.1 release rel_3_1
2006-02-22 adrianRemove the ability to change methodref signatures.
2006-02-22 adrianMake setUtf8Info private.
2006-02-22 chiba(almost) final updates for 3.1 release
2006-02-21 adrianAdd the ability to change the signature of a constant...
2006-02-17 chibareplaced individual calls to Thread.currentThread(...
2006-02-16 chibareformatting.
2006-02-15 adrianFix NPE when there are no parameter annotations.
2006-02-15 adrianAdd support for getParameterAnnotations() from the...
2006-02-15 adrianAllow access to the constructor signature.
2006-02-14 chibaAdjusted the behavior of setHandler().
2006-02-13 chibaAdjusting indentation, adding javadoc comments, etc.
2006-02-06 adrianCompacting/clone has a problem when the method index...
2006-02-05 adrianAllow for retrieval of the real type name of the annota...
2006-02-04 adrianI need an eclipse option that disallows autoboxing...
2006-02-04 adrianImplement the Object methods for the annotation invocat...
2006-01-30 adrianRemove the JDK vendor specfic class from the eclipse...
2006-01-29 chibafixed a bug of method dispatch.
2006-01-19 chibafixed a bug in getModifiers() in CtClass.
2006-01-17 kkhan*** empty log message ***
2006-01-11 chibaupdated copyright notices
2006-01-11 chibarestructred sub packages
2006-01-10 chibafixed a bug on renameClass().
2006-01-10 chibaupdated javadoc comments
2006-01-01 chibarenamed javassist.tool to javassist.tools
2006-01-01 chibachanged to generate more javap-friendly code
2005-12-29 chibaimplemented recursive replace() for ExprEditor.
2005-12-23 chibaadded addGetfield() and addPutfield() in javassist...
2005-11-22 chibaadded some methods to javassist.Bytecode and Descriptor.
next