And is likely to be fixed soon... An illegal construct that gets compiled by Ojc:
public interface IA {Ojc compiles it fine that should have failed.
public void doSomething ();
}
public interface IAExtend extends IA {
public void doSomething () throws IOException; // -- Illegal
}
No comments:
Post a Comment