aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/TypeChecker.java
Commit message (Expand)AuthorAgeFilesLines
* line numbers for undefined ids & moreakuznetsov2023-12-291-28/+28
* add line numbers and testakuznetsov2023-10-041-27/+28
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-2/+2
* Fix typo in TypeCheckerBartosz Firyn2020-03-261-1/+1
* Organize imports to disolve ambiguity.nickl-2017-10-301-3/+24
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-16/+29
* fixed JIRA JASSIST-249chibash2015-07-151-1/+1
* fiexed JASSIST-238chibash2014-11-231-21/+47
* fixed JASSIST-166chiba2012-06-061-0/+3
* added the Apache license.chiba2011-07-081-2/+3
* fixed a bug that the compiler reports an error when "length" is used as a cla...chiba2011-07-031-1/+7
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed JIRA JASSIST-33chiba2007-05-111-13/+45
* modified to generate a better comiple error message.chiba2006-06-131-5/+55
* JBBUILD-319, Add redirects for the new java.io.StringWriter append methodsstarksm2006-06-111-2/+3
* 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-1/+18
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* Now the compiler supports a switch statement.chiba2004-09-031-1/+3
* modified the code generator to compute constant expressions at compile time.chiba2004-09-011-25/+175
* discarded the last changeschiba2004-08-301-237/+52
* temporary version. You cannot compile them. I'll discard the changes but wa...chiba2004-08-301-52/+237
* Now, the compiler accepts a method that accesseschiba2004-05-051-11/+15
* updated the copyright notices.chiba2004-01-081-1/+1
* fixed a compiler bug.chiba2003-12-261-1/+1
* made the compiler support inner classes appearing in type names.chiba2003-12-071-12/+9
* I implemented a type checker for better code generation.chiba2003-11-271-0/+755