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