Bug 122983 - Packages Erroneously Not Found
Summary: Packages Erroneously Not Found
Status: RESOLVED DUPLICATE of bug 119161
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 18:02 EST by Sarah Gerweck CLA
Modified: 2006-01-09 04:44 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 Sarah Gerweck CLA 2006-01-06 18:02:18 EST
I have a project with multiple source folders and complex source include/exclude rules. Among other things, I include something like the following:

Include: com.example.a.b.ClassA;com.example.a.b.ClassB
Exclude: (none)

Now, if I "include com.example.a.b.*" in my other file, I get an underlined _com.example.a_ with a "Package not found." My code shows no errors in Package Explorer, but the source editor shows errors on the include and any attempts to use the class. My Problems view also shows no errors.

Switching to include com.example.a and excluding the unnecessary classes makes the editor happy, but there's no reason it shouldn't properly recognize the included packages.
Comment 1 Jerome Lanneluc CLA 2006-01-09 04:44:43 EST

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