Community
Participate
Working Groups
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.
*** This bug has been marked as a duplicate of 65240 ***