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

Bug 331876

Summary: Remove path from linked project in include path of current project
Product: z_Archived Reporter: Toni Uebernickel <tuebernickel>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P2 CC: ganoro
Version: unspecified   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Toni Uebernickel CLA 2010-12-05 13:07:46 EST
Build Identifier: 20100917-0705

Given two projects: A and B, being A on the include path of B
Now I want to remove a folder within project A from the include path of project B.

(more details: see http://www.eclipse.org/forums/index.php?t=msg&th=201368&start=0)

Setting up the access rule for the folder in the include path configuration of project A in the settings of project B does not affect code assist. The code is still accessible.

Removing the path in project A itself using the resource filter works fine.

Reproducible: Always

Steps to Reproduce:
1. Setup a PHP project
2. Setup another PHP Project
3. Add #1 to the include path of #2
4. Add access rules on the include path settings in #2 to forbid access to a specific folder of #1
5. Access the classes that are forbidden.