]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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
2004-08-30 chibaimplemented CtField#getConstantValue().
2004-08-30 chibatemporary version. You cannot compile them. I'll...
2004-08-22 chibafixed a bug in CtClass.getMethods() and javassist.refle...
2004-08-19 chibaimplemented pruning
2004-08-16 chiba.class support
2004-08-14 chibaimplemented getMethodIndex() in javassist.reflect.Class...
2004-08-03 chibamodified CtClass#toString()
2004-08-02 chibajavassist.expr.NewArray has been implemented.
2004-07-27 chibaupdated some javadoc comments.
2004-07-27 chibafixed Bugs item #997458: addCatch("return;", ...) on...
2004-07-26 chibafixed Bugs item #993090
2004-07-26 chibaChanged the implementation of CtClass#toClass() and...
2004-07-19 chibaBugs item #988787 has been fixed.
2004-07-15 chibaUpdated the tutorial to be more understandable.
2004-07-08 chibaFixed Bugs item #987038 (opened at 2004-07-08 15:06)
2004-06-25 chibarevised javassist.bytecode.annotation package.
2004-06-10 chibaAdded javassist.bytecode.AnnotationsAttribute and suppo...
2004-06-05 chibaChanged subclasses of javassist.expr.Expr so that ...
2004-06-03 patriot1burkeadded Enum support to AnnotationInfo
2004-05-18 chibaminor and final changes for 3.0 beta
2004-05-18 chibaadded computeMaxStack() in CodeAttribute.
2004-05-15 chibachanged the copyright notice of javassist.bytecode...
2004-05-13 chibaCtClass.makeNestedClass() has been added.
2004-05-11 chibaupdated the tutorial
2004-05-11 chibaupdated the tutorial.
2004-05-11 chibaUpdated the tutorial
2004-05-08 chibaNow, the compiler accepts a method that calls
2004-05-05 chibaNow, the compiler accepts a method that accesses
2004-05-04 chibaNow, the compiler accepts a method that calls a private...
2004-05-03 chibaadded CtClass#getDeclaringClass()
2004-04-27 chibaadded detach() in CtClass, which is necessary so that...
2004-04-24 patriot1burkefixed some annotation bugs and added some integration...
2004-04-21 chibaadded an error check.
2004-04-21 chibamodified the API to look good.
next