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
...
*
|
|
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
*
|
allows adding a default method to an interface type.
chibash
2016-09-18
2
-1
/
+18
|
/
*
fixes a bug of ProxyFactory. It could not deal with default methods declared...
chibash
2016-07-30
1
-0
/
+59
*
fixes a bug of stackmap generation. The bug was reported here: https://github...
chibash
2016-07-30
3
-22
/
+98
*
fixes many compatibility problems with older Java (i.e. 1.4)
chibash
2016-07-14
5
-24
/
+40
*
modifies test code.
chibash
2016-06-12
1
-1
/
+1
*
modifies test code
chibash
2016-06-12
1
-4
/
+4
*
updates javadoc
chibash
2016-06-09
1
-45
/
+26
*
fixes a bug JIRA JASSIST-262
chibash
2016-04-27
2
-6
/
+70
*
fixes JIRA JASSIST-250
chibash
2016-02-24
3
-0
/
+34
*
modifies the implementation of that invokes an interface default method
chibash
2016-02-23
2
-0
/
+28
*
fixes a bug of test5.JvstTest5.testInvalidCastWithDollar
chibash
2016-02-23
2
-1
/
+7
*
updates javassist.util.proxy to support a default interface method in Java 8
chibash
2016-02-22
1
-1
/
+38
*
fixes JASSIST-256, adding an annotation to a class doesn't work on reflection
chibash
2016-02-12
2
-0
/
+35
*
fixes JASSIST-255 Primitive array return values cause invalid cast to Object
chibash
2015-12-08
2
-0
/
+18
*
modifies a test case for JIRA JASSIST-248.
chibash
2015-09-25
2
-3
/
+8
*
fixes JIRA JASSIST-248.
chibash
2015-09-25
2
-3
/
+8
*
adds a test case for JIRA JASSIST-248
chibash
2015-09-25
2
-0
/
+22
*
append an new API of hasAnnotation(String annotClsName)
kuzukami.sh
2015-08-11
1
-0
/
+4
*
fixed JASSIST-244
chibash
2015-08-07
2
-2
/
+43
*
added InnerClassAttribute#remove method
chibash
2015-07-22
2
-0
/
+33
*
fixed JIRA JASSIST-249
chibash
2015-07-15
2
-0
/
+24
*
fixed JASSIST-242. VerifyError: Inconsistent args count operand in invokeinte...
chibash
2015-05-28
1
-0
/
+25
[prev]
[next]