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
/
bytecode
/
analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...
User
2020-03-24
1
-11
/
+11
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
8
-97
/
+115
*
Implement hashCode for Type.
nickl-
2017-10-30
1
-0
/
+5
*
Implement hashCode for MultiType.
nickl-
2017-10-30
1
-0
/
+8
*
Implement hashCode for MultiArrayType.
nickl-
2017-10-30
1
-0
/
+6
*
Merge branch 'test/java9-jigsaw'
chibash
2016-10-05
2
-8
/
+8
|
\
|
*
Merge branch 'master' into test/java9-jigsaw
test/java9-jigsaw
chibash
2016-09-29
1
-2
/
+7
|
|
\
|
*
|
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
2
-8
/
+8
*
|
|
modifies javadoc typos.
chibash
2016-10-04
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix NullPointerException in ControlFlow constructor.
Peter Feichtinger
2016-08-11
1
-2
/
+7
|
/
*
fixed javadoc bugs
chibash
2015-01-06
2
-8
/
+8
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
1
-1
/
+1
*
fixed JASSIST-216
chibash
2013-12-02
1
-1
/
+7
*
fixed JASSIST-174
chiba
2012-10-04
1
-2
/
+17
*
fixed JASSIST-168
chiba
2012-06-05
1
-11
/
+9
*
fixed JASSIST-156
chiba
2012-02-25
1
-1
/
+1
*
fixed a typo in a javadoc comment.
chiba
2012-02-05
1
-1
/
+0
*
implemented a post dominator tree.
chiba
2012-01-24
1
-149
/
+21
*
revising ControlFlow.dominatorTree().
chiba
2012-01-23
1
-11
/
+253
*
make Block.incoming() public.
chiba
2011-12-07
1
-1
/
+1
*
added parent() to jvst.bytecode.analysis.ControlFlow.java
chiba
2011-11-24
1
-0
/
+7
*
added javassist.bytecode.analysis.ControlFlow
chiba
2011-11-12
1
-0
/
+1
*
added javassist.bytecode.analysis.ControlFlow
chiba
2011-11-12
1
-0
/
+7
*
added javassist.bytecode.analysis.ControlFlow
chiba
2011-11-11
2
-1
/
+15
*
added javassist.bytecode.analysis.ControlFlow
chiba
2011-11-11
1
-0
/
+358
*
added some javadoc comments.
chiba
2011-10-25
1
-0
/
+1
*
fixed JASSIST-138
chiba
2011-07-08
1
-1
/
+1
*
added the Apache license.
chiba
2011-07-08
11
-24
/
+35
*
fixed JIRA JASSIST-117
chiba
2010-05-17
1
-2
/
+2
*
for preparing 3.10 release
chiba
2009-03-01
1
-1
/
+12
*
Descriptor.toCtClass should never be used on a classinfo, unless it is an array
jgreene
2008-06-16
1
-7
/
+26
*
remove jdk5 deps
jgreene
2008-06-12
3
-9
/
+9
*
Small ws fix
jgreene
2008-05-28
1
-2
/
+2
*
Remove accidental inclusion of a debug statement
jgreene
2008-05-28
1
-3
/
+1
*
Fix subtypeOf in CtArray
jgreene
2008-05-24
12
-0
/
+3238