aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/MemberResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #484 from kuznet1/masterShigeru Chiba2024-05-031-35/+37
|\
| * line numbers for undefined ids & moreakuznetsov2023-12-291-35/+37
* | Fix MemberResolver.lookupMethod bug when super class has more precise matchshifujun2023-12-081-9/+16
|/
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-1/+1
* Fix typoUragami Taichi2019-07-041-1/+1
* Organize imports to disolve ambiguity.nickl-2017-10-301-6/+17
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-34/+28
* fixes JIRA JASSIST-250chibash2016-02-241-2/+4
* fixed a bug reported as JASSIST-246chibash2015-05-251-20/+19
* fixed javadoc bugschibash2015-01-071-2/+2
* fiexed JASSIST-238chibash2014-11-231-0/+14
* fixed JASSIST-188chibash2013-05-301-2/+5
* fixed JASSIST-150 (fixed a bug on WeakHashMap)chiba2012-02-111-2/+9
* fixed JASSIST-150chiba2012-02-111-32/+42
* added the Apache license.chiba2011-07-081-2/+3
* fixed JASSIST-123chiba2010-10-051-0/+11
* fixed JIRA JASSIST-61chiba2008-05-061-12/+17
* fixed JASSIST-47 and 60.chiba2008-05-011-8/+23
* updated the copyright notices.chiba2007-06-041-1/+1
* 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