aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Now, the compiler accepts a method that accesseschiba2004-05-056-75/+278
* Now, the compiler accepts a method that calls a private methodchiba2004-05-043-12/+161
* added CtClass#getDeclaringClass()chiba2004-05-031-3/+32
* changed the compiler so that multiple statements do not need to bechiba2004-03-121-5/+4
* fixed a bug that happens if null is passed to a method.chiba2004-02-281-0/+3
* local variables were made available in the source text passedchiba2004-01-112-15/+79
* updated the copyright notices.chiba2004-01-0839-69/+71
* fixed a compiler bug.chiba2003-12-261-1/+1
* Fixed a bug of the token analyzer (double constant).chiba2003-12-203-19/+58
* fixed a bug on method lookup.chiba2003-12-101-12/+13
* made the compiler support inner classes appearing in type names.chiba2003-12-073-38/+76
* I implemented a type checker for better code generation.chiba2003-11-2715-516/+1808
* made javassist.expr.MethodCall#replace correctly workchiba2003-10-103-7/+55
* enabled the parser to parse switch and synchronized statements.chiba2003-10-072-17/+88
* improved the compilation of static method calls.chiba2003-10-061-6/+16
* Improved the performance of $proceed when it represents a static method.chiba2003-10-063-28/+71
* fixed warnings reported by Eclipse.chiba2003-09-082-4/+3
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-281-9/+26
* fixed a bug in the compiler, which could not compile a try statementchiba2003-08-171-3/+5
* minor bugs have been fixed.chiba2003-07-082-1/+9
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-193-5/+56
* fixed a bug in CtBehavior#setBody().chiba2003-05-182-12/+14
* modified the semantics of ($r).chiba2003-05-162-11/+50
* fixed several compiler bugs and updated the tutorial.chiba2003-05-142-10/+43
* fixed an array-access bug.chiba2003-04-301-8/+9
* changed the license.chiba2003-04-3035-280/+315
* Changed the copyright notices and removed tab characters.chiba2003-04-2335-4712/+4327
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-2235-0/+7119