Bug 28328

Summary: unable compile class with the same name as in JDK
Product: [Eclipse Project] JDT Reporter: Florian Rickert <FlorianRickert>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Florian Rickert CLA 2002-12-14 11:00:15 EST
The structure I have is this:
package fem
class fem.NodeSet
another package geometry
another class geometry.Cone

Now I'ld like to use the class fem.NodeSet in geometry.Cone
First the import statement reports an error: "NodeSet is an invisible package"
After removing the "org"-packages at "Preferences > Java > Orangize Imports" the
import works but everywhere I use NodeSet in the class Cone still a compiler
error ("NodeSet cannot be resolved ...") is reported.
Comment 1 Florian Rickert CLA 2002-12-14 11:35:41 EST
sorry it was a kind of wrong usage.

But a help for the compiler-errors should be add! (To avoid this in the future.)