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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in TypeChecker
Bartosz Firyn
2020-03-26
1
-1
/
+1
*
fixes a bug involuved in Pull Request #294
chibash
2019-12-24
3
-3
/
+20
*
Support parsing 'byte[] a = new byte[]{};'
cjw
2019-12-05
1
-0
/
+4
*
Fix #265 javassist.CannotCompileException: [source error] the called construc...
Sam Ma
2019-07-23
1
-13
/
+14
*
Fix typo
Uragami Taichi
2019-07-04
1
-1
/
+1
*
Fix #252 make instrumentation works on JDK11 for the inner class which has ac...
Sam Ma
2019-03-20
1
-2
/
+16
*
enables switch-case with string constants
chibash
2018-12-10
1
-2
/
+50
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
18
-39
/
+184
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
36
-385
/
+434
*
Added default serialVersionUID.
nickl-
2017-10-28
28
-0
/
+65
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
3
-4
/
+4
*
fixes JIRA JASSIST-250
chibash
2016-02-24
1
-2
/
+4
*
modifies the implementation of that invokes an interface default method
chibash
2016-02-23
2
-11
/
+8
*
fixes JASSIST-255 Primitive array return values cause invalid cast to Object
chibash
2015-12-08
1
-1
/
+2
*
fixes JIRA JASSIST-248.
chibash
2015-09-25
1
-1
/
+1
*
fixed JIRA JASSIST-249
chibash
2015-07-15
1
-1
/
+1
*
fixed JASSIST-242
chibash
2015-05-28
1
-7
/
+6
*
fixed a bug reported as JASSIST-246
chibash
2015-05-25
1
-20
/
+19
*
fixed javadoc bugs
chibash
2015-01-07
5
-8
/
+7
*
fiexed JASSIST-238
chibash
2014-11-23
4
-45
/
+101
*
fixed JASSIST-230
chibash
2014-08-10
1
-41
/
+74
*
fixed JASSIST-211
chibash
2013-12-02
1
-1
/
+1
*
fixed JASSIST-158
chibash
2013-07-23
1
-1
/
+1
*
fixed JASSIST-188
chibash
2013-05-30
1
-2
/
+5
*
fixed JASSIST-177
chiba
2012-11-15
1
-1
/
+1
*
fixed JASSIST-166
chiba
2012-06-06
1
-0
/
+3
*
fixed JASSIST-150 (fixed a bug on WeakHashMap)
chiba
2012-02-11
1
-2
/
+9
*
fixed JASSIST-150
chiba
2012-02-11
2
-34
/
+42
*
added the Apache license.
chiba
2011-07-08
41
-82
/
+123
*
fixed a bug that the compiler reports an error when "length" is used as a cla...
chiba
2011-07-03
1
-1
/
+7
*
fixed a typo.
chiba
2011-01-05
1
-1
/
+1
*
fixed JASSIST-123
chiba
2010-10-05
1
-0
/
+11
*
fixed typos.
chiba
2010-07-22
2
-2
/
+2
*
fixed JIRA JASSIST-67
chiba
2009-06-09
1
-3
/
+12
*
JASSIST-76
chiba
2009-04-03
1
-6
/
+12
*
$type support by CtBehavior#insertBefore: JIRA JASSIST-62
chiba
2008-06-03
1
-1
/
+1
*
fixed JIRA JASSIST-61
chiba
2008-05-06
1
-12
/
+17
*
fixed JASSIST-47 and 60.
chiba
2008-05-01
1
-8
/
+23
*
fixed JASSIST-57
chiba
2008-03-23
1
-1
/
+1
*
updated the copyright notices.
chiba
2007-06-04
41
-41
/
+41
*
fixed bugs related to stack map tables.
chiba
2007-06-02
3
-16
/
+81
*
the version of the class file generated from scratch was changed from JDK 1.1...
chiba
2007-05-29
1
-3
/
+1
*
changed the compiler so that .class will be compiled into ldc.
chiba
2007-05-29
1
-5
/
+15
*
changed the implementation of try statements so that jsr/ret will not be used...
chiba
2007-05-12
2
-34
/
+65
*
fixed JIRA JASSIST-33
chiba
2007-05-11
1
-13
/
+45
*
changed to public.
chiba
2007-02-06
1
-1
/
+1
*
fixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns a invalid operation for...
chiba
2006-10-23
1
-0
/
+2
*
modified to generate a better comiple error message.
chiba
2006-06-13
2
-12
/
+72
*
JBBUILD-319, Add redirects for the new java.io.StringWriter append methods
starksm
2006-06-11
1
-2
/
+3
*
fixed a bug of method dispatch.
chiba
2006-01-29
1
-15
/
+22
[next]