Bug 53036 - Incorrect highlighting for type problem in qualified type name
Summary: Incorrect highlighting for type problem in qualified type name
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 06:54 EST by Philipe Mulet CLA
Modified: 2005-01-11 11:02 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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