]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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
2005-06-20 chibaminor fixes
2005-06-16 chibaTurning the automatic pruning on by default.
2005-06-11 chibafixed a bug I enbugged in the previous version
2005-06-11 chibareformatted the files and added javadoc comments.
2005-06-09 billFix pruning so that exceptions and annotation attribute...
2005-06-08 billbug in writing enumvalue
2005-06-08 chibafixed a bug so that the compiler distinguishes a length...
2005-06-07 chibasupport non us-ascii identifiers (JIRA May20,2005)
2005-05-16 chibafixed a bug so that "<array> == null" can be compiled.
2005-05-16 chibaChanged ClassPool.get() to accept the descriptors of...
2005-05-16 chibasome simple style changes
2005-05-15 chibacleaned up import declarations
2005-04-10 chibachecked the previous modifications and adjusted the...
2005-04-08 ejortAlso previous modification adds the ability to retrieve...
2005-04-08 ejortAdd the ability to retrieve and change the Major/Minor...
2005-03-24 chibaclarify that $0 means this.
2005-03-02 chibafixed a bug of CtBehavior.insertAt (and a few other...
2005-02-27 chibaadd support for obtaining default annotation member...
2005-02-02 chibafixed a bug in LocalVariableAttribute
2005-01-31 chibaAdded javadoc comments.
2005-01-18 chibafixed a bug in javadoc comments rel_3_0
2005-01-18 chibaChange the year in the copyright notices from 2004...
2005-01-13 chibafixed a few bugs.
2005-01-12 chibaimplemented removeMethod() etc.
2005-01-09 chibaReformatted the soruce files modified by Bill.
2004-12-09 patriot1burkemethodinfos are not equal for some reason.
2004-11-04 chibafixed a bug in CtConstructor#getName()
2004-11-04 chibasupports finally clauses
2004-11-02 chibasynchronized statement support.
2004-10-21 chibaminor updates for reflecting forum posts
2004-10-18 chibaMade the constructors in subclasses of Expr protected.
2004-10-18 chibareformatted.
2004-10-18 patriot1burkehandle primitives in annotation ClassMembers
2004-10-16 chibaExpr.where() throws an exception if the expression...
2004-09-28 chibarequested by Eric Tanter
2004-09-28 chibareformatted the files edited by Bill.
2004-09-14 patriot1burke* additional methods to AnnotationsAttribute to support...
2004-09-12 chibajavadoc comments have been modified.
2004-09-09 chibaEdited javadoc comments.
2004-09-08 chibaupdated javadoc comments.
2004-09-06 chibaedited the tutorial.
2004-09-03 chibaNow the compiler supports a switch statement.
2004-09-01 chibamodified the code generator to compute constant express...
2004-08-30 chibadiscarded the last changes
next