aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/MemberCodeGen.java
Commit message (Expand)AuthorAgeFilesLines
* line numbers for undefined ids & moreakuznetsov2023-12-291-25/+25
* add line numbers and testakuznetsov2023-10-041-31/+31
* cancels PR#391, which does not pass all the testschibash2022-05-131-3/+2
* fixes a wrong indentationchibash2022-05-131-1/+1
* Merge pull request #391 from derklaro/fix-method-naming-syntaxShigeru Chiba2022-05-131-2/+3
|\
| * Only wrap the method name if the method doesn't come from the same decl classderklaro2021-09-071-2/+3
* | Lower requirement for an extra type in constructor to Java 7-derklaro2021-09-071-1/+1
|/
* fixes a bug involuved in Pull Request #294chibash2019-12-241-2/+2
* Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-231-13/+14
* Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-201-2/+16
* Organize imports to disolve ambiguity.nickl-2017-10-301-4/+28
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-42/+50
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-2/+2
* fixes JIRA JASSIST-248.chibash2015-09-251-1/+1
* fixed JASSIST-242chibash2015-05-281-7/+6
* 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