Bug 65013 - Unable to resolve class in default package
Summary: Unable to resolve class in default package
Status: RESOLVED DUPLICATE of bug 60524
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 11:40 EDT by Darin Wright CLA
Modified: 2004-06-01 12:09 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 Darin Wright CLA 2004-06-01 11:40:25 EDT
RC1/IBM1.4.2

* Create a Java project "Test"
* Create a package "one.two" with a class named "Three"
* Create a class name "MyClass" in the default package
* Attempt to reference "MyClass" from "Three" (i.e new MyClass)
-> Code assist will not find it. Compiler claims it cannot be resolved.
Comment 1 Philipe Mulet CLA 2004-06-01 12:09:43 EDT

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