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
Commit message (
Expand
)
Author
Age
Files
Lines
*
uncomments test code suggested by PR405
chibash
2022-05-13
1
-1
/
+1
*
fixs a compilation problem although one test still fails.
chibash
2022-05-12
2
-11
/
+11
*
Merge branch 'master' into master
Shigeru Chiba
2022-05-11
5
-8
/
+188
|
\
|
*
Merge pull request #278 from ximsfei/master
Shigeru Chiba
2022-05-10
1
-4
/
+8
|
|
\
|
|
*
add unit test
ximsfei
2019-10-17
1
-4
/
+8
|
*
|
changes test code because package java.rmi.activation.ActivationGroupDesc doe...
chibash
2022-05-10
1
-4
/
+2
|
*
|
Merge pull request #306 from nschaefe/master
Shigeru Chiba
2021-04-26
1
-0
/
+1
|
|
\
\
|
|
*
|
fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...
User
2020-03-24
1
-0
/
+1
|
*
|
|
Merge pull request #351 from sgjesse/issue-350
Shigeru Chiba
2021-04-26
1
-0
/
+77
|
|
\
\
\
|
|
*
|
|
Check for extended frame type when updating StackTableOffset offset
Søren Gjesse
2020-12-14
1
-0
/
+77
|
*
|
|
|
add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParam...
eshizhan
2021-01-29
2
-0
/
+7
|
|
/
/
/
|
*
|
|
fixes Issue #339
chibash
2020-10-16
1
-0
/
+75
|
*
|
|
fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.
chibash
2020-07-13
1
-0
/
+18
|
|
/
/
*
/
/
Fixes to support the full syntax of possible signatures
Pietro Braione
2020-01-22
1
-0
/
+84
|
/
/
*
/
fixes a bug involuved in Pull Request #294
chibash
2019-12-24
1
-0
/
+16
|
/
*
fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275
chibash
2019-09-23
1
-1
/
+1
*
adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275
chibash
2019-09-20
1
-0
/
+12
*
Merge pull request #267 from sam-ma/master
Shigeru Chiba
2019-09-02
1
-0
/
+27
|
\
|
*
Fix #265 javassist.CannotCompileException: [source error] the called construc...
Sam Ma
2019-07-23
1
-0
/
+27
*
|
fixed Issue #263
chibash
2019-07-27
2
-0
/
+15
|
/
*
for release 3.25.0-GA
chibash
2019-04-16
1
-1
/
+2
*
Fix #252 make instrumentation works on JDK11 for the inner class which has ac...
Sam Ma
2019-03-20
1
-0
/
+21
*
add a new CodeConverter method:redirectMethodCallToStatic
shifujun
2019-02-01
1
-0
/
+14
*
fixes the bug reported in Issue #241.
chibash
2019-01-28
1
-0
/
+14
*
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
8
-125
/
+133
*
adds test cases for NestHostAttribute and NestMembersAttribute.
chibash
2018-09-02
1
-0
/
+13
*
modifies NestHostAttribute and NestMembersAttribute and adds test code
chibash
2018-09-02
1
-0
/
+24
*
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
20
-22
/
+42
|
|
\
|
*
|
Remove close method on ClassPath. Add unit tests for new behaviour.
Christian Melchior
2017-11-12
1
-0
/
+22
*
|
|
fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...
chibash
2017-11-15
1
-0
/
+17
*
|
|
adds Modifier#isVarArgs()
chibash
2017-11-15
1
-0
/
+6
*
|
|
Merge pull request #166 from nickl-/test-ctfield-make-with-this
Shigeru Chiba
2017-11-14
1
-0
/
+8
|
\
\
\
|
*
|
|
Unit Test: CtField.make referencing 'this'.
nickl-
2017-11-12
1
-0
/
+8
|
|
|
/
|
|
/
|
*
/
|
Fix #152 inner class modifiers.
nickl-
2017-11-12
1
-0
/
+46
|
/
/
*
|
Squash compiler warnings in tests.
nickl-
2017-10-30
15
-0
/
+17
*
|
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
3
-0
/
+9
*
|
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
1
-0
/
+55
[next]