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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new CodeConverter method:redirectMethodCallToStatic
shifujun
2019-02-01
2
-0
/
+36
*
fixes the bug reported in Issue #241.
chibash
2019-01-28
2
-0
/
+28
*
adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.
chibash
2019-01-27
1
-0
/
+5
*
JAVASSIST-242: Demonstrates a race condition in DefineClassHelper
michalkurka
2019-01-25
1
-0
/
+75
*
enables switch-case with string constants
chibash
2018-12-10
1
-0
/
+31
*
fixes another bug (supporting jdk.*) reported in #228
chibash
2018-12-06
1
-0
/
+12
*
fixes a bug reported in #228
chibash
2018-12-05
1
-0
/
+12
*
changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,
chibash
2018-09-08
19
-414
/
+197
*
adds test cases for NestHostAttribute and NestMembersAttribute.
chibash
2018-09-02
3
-0
/
+35
*
modifies NestHostAttribute and NestMembersAttribute and adds test code
chibash
2018-09-02
1
-0
/
+24
*
adds a comment for the fix to JIRA JASSIST-267
chibash
2018-09-02
1
-0
/
+31
*
fixed JASSIST-267
NingZhang-Ericsson
2018-07-13
1
-2
/
+47
*
fixes a minor bug in a test case.
chibash
2018-05-08
2
-1
/
+1
*
Merge pull request #168 from cmelchior/cm/bug/classpath-close
Shigeru Chiba
2018-05-07
5
-2
/
+66
|
\
|
*
Add missing unit test
Christian Melchior
2017-11-13
4
-2
/
+24
|
*
Cleanup
Christian Melchior
2017-11-12
2
-4
/
+0
|
*
Merge branch 'master' into cm/bug/classpath-close
Christian Melchior
2017-11-12
67
-29
/
+149
|
|
\
|
*
|
Remove close method on ClassPath. Add unit tests for new behaviour.
Christian Melchior
2017-11-12
3
-0
/
+29
|
*
|
Update test README
Christian Melchior
2017-11-12
1
-2
/
+19
*
|
|
fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...
chibash
2017-11-15
2
-0
/
+39
*
|
|
adds Modifier#isVarArgs()
chibash
2017-11-15
1
-0
/
+6
*
|
|
adds Modifier#isVarArgs()
chibash
2017-11-15
1
-0
/
+6
*
|
|
Merge pull request #159 from nickl-/scoped-pool
Shigeru Chiba
2017-11-15
10
-0
/
+514
|
\
\
\
|
*
|
|
Fixes to javassist.scopepool
nickl-
2017-11-12
10
-0
/
+514
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #158 from nickl-/secure-privileged
Shigeru Chiba
2017-11-15
1
-0
/
+281
|
\
\
\
|
*
|
|
Some functional unit tests proofs.
nickl-
2017-11-12
1
-0
/
+281
|
|
/
/
*
|
|
Merge pull request #166 from nickl-/test-ctfield-make-with-this
Shigeru Chiba
2017-11-14
2
-0
/
+15
|
\
\
\
|
*
|
|
Unit Test: CtField.make referencing 'this'.
nickl-
2017-11-12
2
-0
/
+15
|
|
/
/
*
/
/
Fix #152 inner class modifiers.
nickl-
2017-11-12
2
-0
/
+59
|
/
/
*
|
Squash compiler warnings in tests.
nickl-
2017-10-30
57
-0
/
+63
*
|
Fix deperecated junit.framework.Assert.
nickl-
2017-10-30
1
-1
/
+3
*
|
Fix deperecated junit.framework.Assert.
nickl-
2017-10-30
1
-1
/
+1
*
|
Fix deperecated junit.framework.Assert.
nickl-
2017-10-30
1
-1
/
+1
*
|
Suppress deprecation ClassPool.makePackage
nickl-
2017-10-28
1
-0
/
+2
*
|
Added default serialVersionUID.
nickl-
2017-10-28
14
-6
/
+67
*
|
Upgrade junit from ver 3 to 4.
nickl-
2017-10-27
5
-17
/
+9
*
|
Move runtests to build directory.
nickl-
2017-10-27
2
-3
/
+3
|
/
*
removes JvstTest4#testJIRA150b because it is obsolete.
rel_3_22_1_ga
chibash
2017-10-11
1
-1
/
+2
*
modifies CtClass#setModifiers() to correctly support inner classes.
chibash
2017-06-01
2
-0
/
+61
*
delete testHotswap() because java 9 does not seem to allow a java agent to be...
chibash
2017-05-31
1
-0
/
+4
*
adds javassist.util.HotSwapAgent
chibash
2017-04-16
3
-1
/
+35
*
adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...
chibash
2017-04-15
1
-1
/
+68
*
modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...
chibash
2017-04-13
1
-2
/
+20
*
updates the test code to run on Java 9 EA+149.
chibash
2016-12-20
4
-472
/
+511
*
Merge branch 'test/java9-jigsaw'
chibash
2016-10-05
24
-97
/
+111
|
\
|
*
Merge branch 'master' into test/java9-jigsaw
test/java9-jigsaw
chibash
2016-09-29
3
-1
/
+70
|
|
\
|
|
/
|
/
|
|
*
improves the backward compatibility of LoaderClassPath.
rel_3_21_0-java9-ea2
chibash
2016-09-28
1
-0
/
+7
|
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
24
-95
/
+95
|
*
modifies a test case. Now all the test cases run successfully with Java 9 EA.
chibash
2016-08-01
1
-2
/
+9
*
|
enables removal of attributes
chibash
2016-09-18
2
-0
/
+53
[next]