Ви не можете вибрати більше 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...