]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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.
2004-04-20 patriot1burkeput back callback to ClassPool.writeAsClass. This...
2004-04-20 patriot1burkecommitted with bad \r\n
2004-04-19 chibaperformance tuning.
2004-04-18 chibaedited for improving runtime performance.
2004-04-17 chibaminor changes.
2004-04-16 chibafixed bugs so that sample programs can run.
2004-04-14 chibaNot needed anymore.
2004-04-14 chibamodified the ClassPool framework.
2004-04-12 patriot1burkeget0 should look in cached classes first as code extend...
2004-04-12 patriot1burkewrite0 should never delegate to parent. The ClassPool...
2004-04-12 patriot1burkefixed some things that broke JBoss AOP
2004-04-09 chibaaddTranslator() was still wrong.
2004-04-07 chibarenamed insertTranslator() in ClassPool to addTranslato...
2004-04-05 chibachanged delimiters, etc.
2004-04-05 chibachanged line delimiters.
2004-04-05 chibachanged the stuff related to ClassPool.
2004-04-03 patriot1burkeadded annotation support. Only Enum types not supporte...
2004-03-14 chibafixed a typo.
2004-03-14 chibachanged to throw an exception if a duplicate method...
2004-03-12 chibachanged the compiler so that multiple statements do...
2004-02-28 chibafixed a bug that happens if null is passed to a method.
2004-02-20 chibaupdate javadoc comments.
2004-02-15 chibaIf a newly created method does not have a throws clause...
2004-01-11 chibalocal variables were made available in the source text...
2004-01-08 chibaupdated the copyright notices.
2003-12-31 chibaadded the description of insertAt() in CtBehavior.
2003-12-31 chibafixed a number of javadoc warnings.
2003-12-31 chibaCtBehavior#insertAt() and support methods have been...
2003-12-26 chibafixed a compiler bug.
2003-12-25 chibachanged the version string.
2003-12-25 chibaImplemented several methods (e.g. CtClass#getURL) to...
2003-12-20 chibaFixed a bug of the token analyzer (double constant).
2003-12-10 chibafixed a bug on method lookup.
2003-12-07 chibamade the compiler support inner classes appearing in...
2003-11-27 chibaI implemented a type checker for better code generation.
2003-10-14 chibachanged the behavior of CtClassType.setSuperclass().
2003-10-10 chibamade javassist.expr.MethodCall#replace correctly work
2003-10-07 chibaenabled the parser to parse switch and synchronized...
2003-10-06 chibaadded CtClass.main().
2003-10-06 chibaimproved the compilation of static method calls.
2003-10-06 chibaImproved the performance of $proceed when it represents...
2003-09-19 chibaupdated tutorial so that it says the class names passed...
2003-09-08 chibafixed warnings reported by Eclipse.
2003-09-05 chibafixed a javadoc comment.
2003-09-05 chibaadded javassist.bytecode.DeprecatedAttribute.
2003-09-04 chibaupdated documents.
2003-09-04 chibamade ClassPool.SimpleLoader public.
next