aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/MemberCodeGen.java
Commit message (Expand)AuthorAgeFilesLines
* Initial commitShigeru Chiba2015-05-231-1161/+0
* fiexed JASSIST-238chibash2014-11-231-22/+36
* fixed JASSIST-158chibash2013-07-231-1/+1
* fixed JASSIST-177chiba2012-11-151-1/+1
* fixed JASSIST-150chiba2012-02-111-2/+0
* added the Apache license.chiba2011-07-081-2/+3
* fixed typos.chiba2010-07-221-1/+1
* JASSIST-76chiba2009-04-031-6/+12
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-6/+48
* 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-121-30/+56
* updated copyright noticeschiba2006-01-111-1/+1
* fixed a bug reported as JIRA Javassist-12chiba2005-08-261-2/+2
* Array initializer supports and better annotation supports.chiba2005-08-251-11/+59
* fixed a bug so that the compiler distinguishes a length field and the array l...chiba2005-06-081-4/+25
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* supports finally clauseschiba2004-11-041-18/+121
* modified the code generator to compute constant expressions at compile time.chiba2004-09-011-1/+7
* implemented pruningchiba2004-08-191-1/+1
* .class supportchiba2004-08-161-1/+4
* Now, the compiler accepts a method that callschiba2004-05-081-9/+33
* Now, the compiler accepts a method that accesseschiba2004-05-051-45/+110
* Now, the compiler accepts a method that calls a private methodchiba2004-05-041-12/+49
* added CtClass#getDeclaringClass()chiba2004-05-031-3/+32
* updated the copyright notices.chiba2004-01-081-1/+1
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-11/+25
* made the compiler support inner classes appearing in type names.chiba2003-12-071-13/+10
* I implemented a type checker for better code generation.chiba2003-11-271-394/+54
* made javassist.expr.MethodCall#replace correctly workchiba2003-10-101-4/+3
* 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-061-21/+22
* fixed a bug in the compiler, which could not compile a try statementchiba2003-08-171-3/+5
* fixed several compiler bugs and updated the tutorial.chiba2003-05-141-3/+14
* fixed an array-access bug.chiba2003-04-301-8/+9
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-844/+833
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+1045