Bug 118214

Summary: [completion] "has inconsistent hierarchy" field should not be proposed
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2005-11-28 06:06:44 EST
build I20051123-1200
1) create X.java
public class X extends Unknown {
  void foo() {
    this.|
  }
}
2) do ctrl + space at | location
a strange field named "has inconsistent hierarchy" is proposed
Comment 1 David Audel CLA 2005-11-28 06:27:16 EST
Fixed and test added
  CompletionTests#testInconsistentHierarchy1()
Comment 2 Jerome Lanneluc CLA 2005-12-12 10:53:35 EST
Verified for 3.2 M4 using build I20051212-0010