aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixed JASSIST-166chiba2012-06-061-0/+3
* fixed JASSIST-150 (fixed a bug on WeakHashMap)chiba2012-02-111-2/+9
* fixed JASSIST-150chiba2012-02-112-34/+42
* added the Apache license.chiba2011-07-0841-82/+123
* fixed a bug that the compiler reports an error when "length" is used as a cla...chiba2011-07-031-1/+7
* fixed a typo.chiba2011-01-051-1/+1
* fixed JASSIST-123chiba2010-10-051-0/+11
* fixed typos.chiba2010-07-222-2/+2
* fixed JIRA JASSIST-67chiba2009-06-091-3/+12
* JASSIST-76chiba2009-04-031-6/+12
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-031-1/+1
* fixed JIRA JASSIST-61chiba2008-05-061-12/+17
* 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