Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 86251

Summary: Package Explorer lacks classes when class filters are used
Product: [Eclipse Project] JDT Reporter: Markus Hanke <Markus_Hanke>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Hanke CLA 2005-02-23 07:24:10 EST
Steps:
1: create a eclipse project with a source folder "src"
2: create a class T in the default package and a class "p1.p2.A".
3: create a member in class T pointing to class A "private p1.p2.A a;"
4: navigate to Project/Properties/Java Build Path/Source. For the inclusion 
   filter of the source folder "src" enter "p1/p2/" and "T.java"
5: switch the package explorer to hierarchical view.

No class is shown in the package explorer any more.

Variations and observations:
-switch the package explorer to flat view. All packages are shown again.
-for the inclusion filter use "p1/" instead of "p1/p2/". All packages are
 shown again.
-Even if the classes are not shown in package explorer, the class T does
 not show any error.
Comment 1 Dirk Baeumer CLA 2005-02-23 09:16:10 EST

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