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
/
TypeChecker.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
line numbers for undefined ids & more
akuznetsov
2023-12-29
1
-28
/
+28
*
add line numbers and test
akuznetsov
2023-10-04
1
-27
/
+28
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
1
-2
/
+2
*
Fix typo in TypeChecker
Bartosz Firyn
2020-03-26
1
-1
/
+1
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
1
-3
/
+24
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-16
/
+29
*
fixed JIRA JASSIST-249
chibash
2015-07-15
1
-1
/
+1
*
fiexed JASSIST-238
chibash
2014-11-23
1
-21
/
+47
*
fixed JASSIST-166
chiba
2012-06-06
1
-0
/
+3
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
fixed a bug that the compiler reports an error when "length" is used as a cla...
chiba
2011-07-03
1
-1
/
+7
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
fixed JIRA JASSIST-33
chiba
2007-05-11
1
-13
/
+45
*
modified to generate a better comiple error message.
chiba
2006-06-13
1
-5
/
+55
*
JBBUILD-319, Add redirects for the new java.io.StringWriter append methods
starksm
2006-06-11
1
-2
/
+3
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
fixed a bug reported as JIRA Javassist-12
chiba
2005-08-26
1
-2
/
+2
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
1
-1
/
+18
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
Now the compiler supports a switch statement.
chiba
2004-09-03
1
-1
/
+3
*
modified the code generator to compute constant expressions at compile time.
chiba
2004-09-01
1
-25
/
+175
*
discarded the last changes
chiba
2004-08-30
1
-237
/
+52
*
temporary version. You cannot compile them. I'll discard the changes but wa...
chiba
2004-08-30
1
-52
/
+237
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
1
-11
/
+15
*
updated the copyright notices.
chiba
2004-01-08
1
-1
/
+1
*
fixed a compiler bug.
chiba
2003-12-26
1
-1
/
+1
*
made the compiler support inner classes appearing in type names.
chiba
2003-12-07
1
-12
/
+9
*
I implemented a type checker for better code generation.
chiba
2003-11-27
1
-0
/
+755