aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/Javac.java
Commit message (Expand)AuthorAgeFilesLines
* line numbers for undefined ids & moreakuznetsov2023-12-291-15/+13
* save line number count though all methods/ctorsakuznetsov2023-10-041-1/+2
* add line numbers and testakuznetsov2023-10-041-18/+20
* Organize imports to disolve ambiguity.nickl-2017-10-301-9/+17
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-25/+28
* modifies the implementation of that invokes an interface default methodchibash2016-02-231-7/+5
* fixed javadoc bugschibash2015-01-071-3/+3
* added the Apache license.chiba2011-07-081-2/+3
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-3/+13
* updated copyright noticeschiba2006-01-111-1/+1
* fixed a compilation problem of static final fields.chiba2005-08-171-3/+12
* 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-181-1/+1
* javassist.expr.NewArray has been implemented.chiba2004-08-021-0/+8
* changed the compiler so that multiple statements do not need to bechiba2004-03-121-5/+4
* local variables were made available in the source text passedchiba2004-01-111-5/+67
* updated the copyright notices.chiba2004-01-081-1/+1
* I implemented a type checker for better code generation.chiba2003-11-271-11/+39
* made javassist.expr.MethodCall#replace correctly workchiba2003-10-101-0/+33
* Improved the performance of $proceed when it represents a static method.chiba2003-10-061-0/+30
* fixed warnings reported by Eclipse.chiba2003-09-081-3/+2
* minor bugs have been fixed.chiba2003-07-081-1/+5
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-191-4/+40
* fixed a bug in CtBehavior#setBody().chiba2003-05-181-0/+2
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-185/+174
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+380