]> source.dussan.org Git - javassist.git/commit
fixes a bug of ProxyFactory. It could not deal with default methods declared in...
authorchibash <chiba@javassist.org>
Sat, 30 Jul 2016 09:47:59 +0000 (18:47 +0900)
committerchibash <chiba@javassist.org>
Sat, 30 Jul 2016 12:12:17 +0000 (21:12 +0900)
commitd5677e4a3ac426e7c39f478c75b08b6c1c4674fc
tree2d59131579f47b0e3f891c0ff95f48d4977b0dba
parent13c7057570305ca3b6d3890ec3f509f487c6973a
fixes a bug of ProxyFactory.  It could not deal with default methods declared in an interface. https://github.com/jboss-javassist/javassist/issues/45
Readme.html
src/main/javassist/util/proxy/ProxyFactory.java
src/test/test/javassist/proxy/ProxySimpleTest.java