-
Bug
-
Resolution: Fixed
-
P2
-
5.0u5
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2128961 | 6 | Peter Ahe | P2 | Closed | Fixed | b65 |
.
The changes for 4903103 were incorrect and incorrectly accepts programs
like this:
public class Outer {
class Inner1 extends Outer {}
class Inner2 extends Inner1 {}
}
This example is borrowed from puzzler 90 in Java Puzzlers by Bloch and Gafter.
The changes for 4903103 were incorrect and incorrectly accepts programs
like this:
public class Outer {
class Inner1 extends Outer {}
class Inner2 extends Inner1 {}
}
This example is borrowed from puzzler 90 in Java Puzzlers by Bloch and Gafter.
- backported by
-
JDK-2128961 back out changes for 4903103
- Closed
- relates to
-
JDK-4903103 Can't compile subclasses of inner classes
- Closed