test/tools/javac/HiddenAbstractMethod/Test.java

Thu, 31 Aug 2017 15:17:03 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:17:03 +0800
changeset 2525
2eb010b6cb22
parent 1775
08daea43a7f8
parent 0
959103a6100f
permissions
-rw-r--r--

merge

     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 one/Parent.java two/Child.java
    12  */

mercurial