aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/Parser.java
Commit message (Expand)AuthorAgeFilesLines
* fix line numbers in blocks & refactor testakuznetsov2023-11-021-5/+13
* add line numbers and testakuznetsov2023-10-041-76/+76
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-3/+3
* fixes a bug involuved in Pull Request #294chibash2019-12-241-1/+1
* Support parsing 'byte[] a = new byte[]{};'cjw2019-12-051-0/+4
* Organize imports to disolve ambiguity.nickl-2017-10-301-1/+23
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-68/+54
* fiexed JASSIST-238chibash2014-11-231-2/+4
* added the Apache license.chiba2011-07-081-2/+3
* fixed a typo.chiba2011-01-051-1/+1
* updated the copyright notices.chiba2007-06-041-1/+1
* updated copyright noticeschiba2006-01-111-1/+1
* Array initializer supports and better annotation supports.chiba2005-08-251-3/+14
* fixed a compilation problem of static final fields.chiba2005-08-171-2/+19
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* .class supportchiba2004-08-161-15/+112
* Now, the compiler accepts a method that accesseschiba2004-05-051-2/+7
* updated the copyright notices.chiba2004-01-081-1/+1
* I implemented a type checker for better code generation.chiba2003-11-271-2/+2
* enabled the parser to parse switch and synchronized statements.chiba2003-10-071-17/+80
* Improved the performance of $proceed when it represents a static method.chiba2003-10-061-7/+19
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-191-0/+9
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-785/+774
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+1138