You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aclement 13dde4efd4 test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
..
Advisor.aj test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
Foo.java test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
PreparedStatement.java test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
aop.xml test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
foo.jar test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
readme.txt test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago

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...