author | jjg |
Fri, 09 Apr 2010 15:39:39 -0700 | |
changeset 5319 | 63dc7f367a37 |
parent 10 | 06bc494ca11e |
permissions | -rw-r--r-- |
10 | 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 |
*/ |