Bug 136307 - [hierarchy] Should be resilient to visibity problems
Summary: [hierarchy] Should be resilient to visibity problems
Status: RESOLVED DUPLICATE of bug 136095
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 08:10 EDT by Jerome Lanneluc CLA
Modified: 2006-04-26 10:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2006-04-12 08:10:23 EDT
N20060412

1. Create the 2 following CUs:
p1/X.java
package p1;
public class X {
	private interface I {
	}
}

p2/Y.java
package p2;
import p1.X;
public abstract class Y implements X.I {
}

2. Open hierarchy on Y
Observe: X.I is not a super type of Y

We should be resilient to this kind of visibility problem.
Comment 1 Jerome Lanneluc CLA 2006-04-26 10:38:31 EDT
Was fixed with bug 136095

*** This bug has been marked as a duplicate of 136095 ***