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
*
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