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
/
test
/
javassist
/
JvstTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds LineNumberTest.java to the test suite
HEAD
master
chibash
2024-10-04
1
-0
/
+1
*
Minimal changes make IDEA 2023.2 work out-of-box
shifujun
2023-12-12
1
-3
/
+0
*
fixs a compilation problem although one test still fails.
chibash
2022-05-12
1
-0
/
+1
*
fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...
User
2020-03-24
1
-0
/
+1
*
changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,
chibash
2018-09-08
1
-2
/
+5
*
fixes a minor bug in a test case.
chibash
2018-05-08
1
-1
/
+1
*
Merge pull request #168 from cmelchior/cm/bug/classpath-close
Shigeru Chiba
2018-05-07
1
-0
/
+32
|
\
|
*
Add missing unit test
Christian Melchior
2017-11-13
1
-1
/
+11
|
*
Merge branch 'master' into cm/bug/classpath-close
Christian Melchior
2017-11-12
1
-0
/
+1
|
|
\
|
*
|
Remove close method on ClassPath. Add unit tests for new behaviour.
Christian Melchior
2017-11-12
1
-0
/
+22
*
|
|
Unit Test: CtField.make referencing 'this'.
nickl-
2017-11-12
1
-0
/
+8
|
|
/
|
/
|
*
|
Squash compiler warnings in tests.
nickl-
2017-10-30
1
-0
/
+1
|
/
*
adds javassist.util.HotSwapAgent
chibash
2017-04-16
1
-0
/
+1
*
updates the test code to run on Java 9 EA+149.
chibash
2016-12-20
1
-0
/
+4
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
1
-1
/
+1
*
fixes many compatibility problems with older Java (i.e. 1.4)
chibash
2016-07-14
1
-1
/
+1
*
fiexed JASSIST-238
chibash
2014-11-23
1
-0
/
+1
*
fixed JASSIST-163. Eager initialization has been implemented.
chiba
2012-10-25
1
-2
/
+2
*
fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.
chiba
2012-09-14
1
-1
/
+1
*
test cases taken from 3.12 for JBPAPP9257
chiba
2012-06-14
1
-0
/
+1
*
fixed JASSIST-168
chiba
2012-06-05
1
-0
/
+3
*
fixed JASSIST-144
chiba
2011-09-01
1
-0
/
+8
*
JvstTest test case.
chiba
2011-08-31
1
-0
/
+1123