index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
javassist
/
compiler
/
MemberResolver.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #484 from kuznet1/master
Shigeru Chiba
2024-05-03
1
-35
/
+37
|
\
|
*
line numbers for undefined ids & more
akuznetsov
2023-12-29
1
-35
/
+37
*
|
Fix MemberResolver.lookupMethod bug when super class has more precise match
shifujun
2023-12-08
1
-9
/
+16
|
/
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
1
-1
/
+1
*
Fix typo
Uragami Taichi
2019-07-04
1
-1
/
+1
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
1
-6
/
+17
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-34
/
+28
*
fixes JIRA JASSIST-250
chibash
2016-02-24
1
-2
/
+4
*
fixed a bug reported as JASSIST-246
chibash
2015-05-25
1
-20
/
+19
*
fixed javadoc bugs
chibash
2015-01-07
1
-2
/
+2
*
fiexed JASSIST-238
chibash
2014-11-23
1
-0
/
+14
*
fixed JASSIST-188
chibash
2013-05-30
1
-2
/
+5
*
fixed JASSIST-150 (fixed a bug on WeakHashMap)
chiba
2012-02-11
1
-2
/
+9
*
fixed JASSIST-150
chiba
2012-02-11
1
-32
/
+42
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
fixed JASSIST-123
chiba
2010-10-05
1
-0
/
+11
*
fixed JIRA JASSIST-61
chiba
2008-05-06
1
-12
/
+17
*
fixed JASSIST-47 and 60.
chiba
2008-05-01
1
-8
/
+23
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
modified to generate a better comiple error message.
chiba
2006-06-13
1
-7
/
+17
*
fixed a bug of method dispatch.
chiba
2006-01-29
1
-15
/
+22
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
fixed a bug reported as JIRA Javassist-12
chiba
2005-08-26
1
-21
/
+37
*
modified the compiler to support "import".
chiba
2005-08-18
1
-12
/
+24
*
modified so that an error message is thrown if the super class of java.lang.O...
chiba
2005-08-17
1
-5
/
+6
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
modified the code generator to compute constant expressions at compile time.
chiba
2004-09-01
1
-1
/
+1
*
fixed a bug that happens if null is passed to a method.
chiba
2004-02-28
1
-0
/
+3
*
updated the copyright notices.
chiba
2004-01-08
1
-27
/
+2
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
1
-5
/
+27
*
fixed a bug on method lookup.
chiba
2003-12-10
1
-12
/
+13
*
made the compiler support inner classes appearing in type names.
chiba
2003-12-07
1
-13
/
+57
*
I implemented a type checker for better code generation.
chiba
2003-11-27
1
-0
/
+461