]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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.
2005-11-22 kkhanAdd eclipse files
2005-11-12 chibaimplemented getSignature() in javassist.expr.MethodCall
2005-11-12 chibaupdated javadoc comments.
2005-11-09 chibaupdated Modifier class.
2005-11-08 chibaappended ClassPool(boolean) constructor.
2005-11-08 chibaupdated javadoc comments
2005-11-07 chibaupdated javadoc comments.
2005-11-04 chibachanged the behavior of CtClass#getMethods(), getFields...
2005-11-04 chibaupdated CtMember.append() for better performance.
2005-10-31 chibaadded makeUniqueName() in CtClass.
2005-10-27 chibaremoved javassist.preproc.
2005-10-27 chibamoved javassist.preproc package to sample/preproc direc...
2005-10-27 chibaImplemented CtConstructor#toMethod().
2005-10-13 chibaimproved the performance of Bytecode and ConstPool...
2005-09-15 chibarenamed getEnclosingClass() in CtClass to getEnclosingM...
2005-09-07 chibaminor fixes for RC2 release.
2005-09-07 chibaupdated javadoc comments
2005-09-07 chibafixed a bug found when an annotation includes an empty...
2005-09-06 chibafixed a bug so that ExprEditor#edit(NewExpr) can proces...
2005-09-06 chibaupdated javadoc comments
2005-09-04 chibaimproved a message for RuntimeExceptions.
2005-08-29 chibaminor updates for 3.1RC1
2005-08-26 chibafixed a bug reported as JIRA Javassist-12
2005-08-26 chibaimproved the compatibility with respect to chained...
2005-08-26 chibafixed JIRA Javassist-9. javadoc comments have been...
2005-08-25 chibaFixed a threading bug reported by JIRA Javassist-13
2005-08-25 chibaArray initializer supports and better annotation supports.
2005-08-18 chibamodified the compiler to support "import".
2005-08-17 chibaModified javadoc comments.
2005-08-17 chibamodified so that an error message is thrown if the...
2005-08-17 chibafixed a compilation problem of static final fields.
2005-08-16 chibaadded getSize()
2005-07-15 chibaAdded javassist.expr.ConstructorCall
2005-07-15 chibaAdded javassist.expr.ConstructorCall
2005-07-01 chibaupdated a comment.
2005-06-30 chibadeleted some local variables that are never read.
2005-06-24 chibaupdates comments
2005-06-23 chibafixed a bug of the compiler
2005-06-21 chibaHotSwap support
2005-06-20 chibaupdate the tutorial
next