test/tools/javac/HiddenAbstractMethod/Test

changeset 1
9a66ca7c79fa
equal deleted inserted replaced
-1:000000000000 1:9a66ca7c79fa
1 /*
2 * @test
3 * @bug 1240831
4 * @summary Certain classes should have been reported as abstract, but
5 * the compiler failed to detect this. This comes up when a
6 * subclass declares a method with the same name as an
7 * unimplemented, unaccessible method in a superclass. Even though
8 * the method has the same name, it does not override.
9 * @author turnidge
10 *
11 * @compile/fail -nowrite one/Parent.java two/Child.java
12 */

mercurial