Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
aclement 13dde4efd4 test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
..
Advisor.aj test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
Foo.java test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
PreparedStatement.java test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
aop.xml test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
foo.jar test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans
readme.txt test and fix for 147801: rogue bridge methods in a funky configuration. il y a 18 ans

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