Bug 331876 - Remove path from linked project in include path of current project
Summary: Remove path from linked project in include path of current project
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-05 13:07 EST by Toni Uebernickel CLA
Modified: 2020-05-14 10:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.