您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
aclement 13dde4efd4 test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
..
Advisor.aj test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
Foo.java test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
PreparedStatement.java test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
aop.xml test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
foo.jar test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前
readme.txt test and fix for 147801: rogue bridge methods in a funky configuration. 18 年前

readme.txt

to rebuild foo.jar:


Build Foo.java - it includes a definition of PreparedStatement with no method specified

mkdir out
javac -d out Foo.java

Build a new PreparedStatement that includes the method

javac -d out PreparedStatement.java

Build the jar

cd out
jar -cvMf ../foo.jar *

You now have a jar where the Foo.class contains an invalid override...