aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fixed JASSIST-47 and 60.chiba2008-05-011-8/+23
* fixed JASSIST-57chiba2008-03-231-1/+1
* updated the copyright notices.chiba2007-06-0441-41/+41
* fixed bugs related to stack map tables.chiba2007-06-023-16/+81
* the version of the class file generated from scratch was changed from JDK 1.1...chiba2007-05-291-3/+1
* changed the compiler so that .class will be compiled into ldc.chiba2007-05-291-5/+15
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-122-34/+65
* fixed JIRA JASSIST-33chiba2007-05-111-13/+45
* changed to public.chiba2007-02-061-1/+1
* fixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns a invalid operation for...chiba2006-10-231-0/+2
* 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