aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/MemberResolver.java
Commit message (Expand)AuthorAgeFilesLines
* modified to generate a better comiple error message.chiba2006-06-131-7/+17
* fixed a bug of method dispatch.chiba2006-01-291-15/+22
* updated copyright noticeschiba2006-01-111-1/+1
* fixed a bug reported as JIRA Javassist-12chiba2005-08-261-21/+37
* modified the compiler to support "import".chiba2005-08-181-12/+24
* modified so that an error message is thrown if the super class of java.lang.O...chiba2005-08-171-5/+6
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* modified the code generator to compute constant expressions at compile time.chiba2004-09-011-1/+1
* fixed a bug that happens if null is passed to a method.chiba2004-02-281-0/+3
* updated the copyright notices.chiba2004-01-081-27/+2
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-5/+27
* fixed a bug on method lookup.chiba2003-12-101-12/+13
* made the compiler support inner classes appearing in type names.chiba2003-12-071-13/+57
* I implemented a type checker for better code generation.chiba2003-11-271-0/+461