summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler
Commit message (Expand)AuthorAgeFilesLines
* modified to generate a better comiple error message.chiba2006-06-132-12/+72
* JBBUILD-319, Add redirects for the new java.io.StringWriter append methodsstarksm2006-06-111-2/+3
* fixed a bug of method dispatch.chiba2006-01-291-15/+22
* updated copyright noticeschiba2006-01-1141-40/+56
* fixed a bug reported as JIRA Javassist-12chiba2005-08-263-25/+41
* Array initializer supports and better annotation supports.chiba2005-08-257-21/+122
* modified the compiler to support "import".chiba2005-08-181-12/+24
* modified so that an error message is thrown if the super class of java.lang.O...chiba2005-08-171-5/+6
* fixed a compilation problem of static final fields.chiba2005-08-172-5/+31
* deleted some local variables that are never read.chiba2005-06-302-3/+2
* fixed a bug of the compilerchiba2005-06-231-2/+7
* fixed a bug so that the compiler distinguishes a length field and the array l...chiba2005-06-082-17/+26
* support non us-ascii identifiers (JIRA May20,2005)chiba2005-06-072-7/+17
* fixed a bug so that "<array> == null" can be compiled.chiba2005-05-161-2/+5
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-021-0/+19
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-1840-40/+40
* supports finally clauseschiba2004-11-042-24/+129
* synchronized statement support.chiba2004-11-021-4/+79
* reformatted.chiba2004-10-181-1/+1
* Now the compiler supports a switch statement.chiba2004-09-032-5/+79
* modified the code generator to compute constant expressions at compile time.chiba2004-09-016-29/+197
* discarded the last changeschiba2004-08-302-252/+62
* implemented CtField#getConstantValue().chiba2004-08-305-0/+160
* temporary version. You cannot compile them. I'll discard the changes but wa...chiba2004-08-302-62/+252
* implemented pruningchiba2004-08-191-1/+1
* .class supportchiba2004-08-163-28/+187
* javassist.expr.NewArray has been implemented.chiba2004-08-022-5/+19
* Now, the compiler accepts a method that callschiba2004-05-082-9/+80
* 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