Bug 77004 - Not able to access Classes in the default package.
Summary: Not able to access Classes in the default package.
Status: RESOLVED DUPLICATE of bug 45206
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 07:53 EDT by Marc Jentsch CLA
Modified: 2004-10-26 13:23 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 Marc Jentsch CLA 2004-10-26 07:53:27 EDT
I made a lot of Java-Projects in Eclipse 2.1.3 . All these projects run 
perfect under this version of eclipse. Now I tried to import these Projects 
into Eclipse 3.* . But: Whenever a class that resides in a named package wants 
to reference to a class that lies in the default package, the debugger says, 
that the class in the default package cannot be resolved. When I move theese 
classes into a named package everything is perfect.

I found this bug in every eclipse version starting with 3.* under Windows XP 
and Windows 2000.
Comment 1 Darin Wright CLA 2004-10-26 09:34:24 EDT
Can you provide an example project that demonstrates the problem? I am able to 
run/debug classes in the default package.
Comment 2 Luc Bourlier CLA 2004-10-26 13:23:45 EDT
The compiler generate the error, not the debugger (check the problems view).
Check bug 45206.

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