]> source.dussan.org Git - javassist.git/shortlog
javassist.git
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.
2003-09-02 chibaimplemented CtBehavior.setBody with $proceed.
2003-09-01 chibaimplemented toString().
2003-08-31 chibachanged the version number to 2.7
2003-08-28 chibacorrected to be able to compile an infinite loop. rel_2_6
2003-08-23 chibafixed a bug in CtField.
2003-08-22 chibachanged the behavior of CtClassType.setSuperclass().
2003-08-20 chibamade to produce bytecode that HotSpot 1.3 can compile...
2003-08-17 chibafixed a bug in the compiler, which could not compile...
2003-08-04 chibaupdated some javadoc comments.
2003-07-31 chibaadded Expr#indexofBytecode.
2003-07-11 chibafixed typo in a javadoc comment.
2003-07-11 chibaadded ClassPool#removeCached so that subclasses of...
2003-07-09 chibaenforced close() in a finally block.
2003-07-08 chibaminor bugs have been fixed.
2003-05-24 patriot1burkeadded comments for 2.5.1 rel_2_5_1
2003-05-24 chibafixed the version number.
2003-05-23 patriot1burke- Made ClassPool.get0 protected so that subclasses...
2003-05-19 chibachanged CtBehavior.setBody() so that setBody(null)...
2003-05-18 chibafixed a bug in CtBehavior#setBody().
2003-05-17 chibafixed a simple bug. MethodCall#isSuper() was not public.
2003-05-16 chibaadded isSuper() in MethodCall.
2003-05-16 chibamodified the semantics of ($r).
2003-05-14 chibafixed a bug in makeClassInitializer() in CtClassType.
2003-05-14 chibafixed several compiler bugs and updated the tutorial.
2003-04-30 chibafixed an array-access bug.
2003-04-30 chibachanged the license.
next