aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in TypeCheckerBartosz Firyn2020-03-261-1/+1
* fixes a bug involuved in Pull Request #294chibash2019-12-243-3/+20
* Support parsing 'byte[] a = new byte[]{};'cjw2019-12-051-0/+4
* Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-231-13/+14
* Fix typoUragami Taichi2019-07-041-1/+1
* Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-201-2/+16
* enables switch-case with string constantschibash2018-12-101-2/+50
* Organize imports to disolve ambiguity.nickl-2017-10-3018-39/+184
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-3036-385/+434
* Added default serialVersionUID.nickl-2017-10-2828-0/+65
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-023-4/+4
* fixes JIRA JASSIST-250chibash2016-02-241-2/+4
* modifies the implementation of that invokes an interface default methodchibash2016-02-232-11/+8
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-1/+2
* fixes JIRA JASSIST-248.chibash2015-09-251-1/+1
* fixed JIRA JASSIST-249chibash2015-07-151-1/+1
* fixed JASSIST-242chibash2015-05-281-7/+6
* fixed a bug reported as JASSIST-246chibash2015-05-251-20/+19
* fixed javadoc bugschibash2015-01-075-8/+7
* fiexed JASSIST-238chibash2014-11-234-45/+101
* fixed JASSIST-230chibash2014-08-101-41/+74
* fixed JASSIST-211chibash2013-12-021-1/+1
* fixed JASSIST-158chibash2013-07-231-1/+1
* fixed JASSIST-188chibash2013-05-301-2/+5
* fixed JASSIST-177chiba2012-11-151-1/+1
* 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