Bug 53036

Summary: Incorrect highlighting for type problem in qualified type name
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2004-02-25 06:54:29 EST
Buid 3.0 M7

When compiling the following 2 units, the visibility problems highlight the 
entire qualified name, where only the p.X.Y fraction should.
p/X.java--------------------------------
package p;	
public class X {	
   private class Y {	
      public class Z {	
      }	
   }	
}
q/Y.java--------------------------------
package q;	
import p.X.Y.Z;	
public class Y extends p.X.Y.Z {	
}
Comment 1 Philipe Mulet CLA 2004-02-25 06:54:53 EST
In 1.5 stream, the import type problem is now a regular type problem.
Comment 2 Philipe Mulet CLA 2004-02-25 07:12:20 EST
Pls only make the fix in 1.5 stream.
Comment 3 Kent Johnson CLA 2004-04-12 16:58:35 EDT
fixed in 1.5 stream.
Comment 4 Olivier Thomann CLA 2004-05-18 13:27:06 EDT
Verified in 1.5 stream.
Change target milestone for 3.1