Bug 143282 - Add support to IPathVariableManager for variables referring to URI locations
Summary: Add support to IPathVariableManager for variables referring to URI locations
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 14:16 EDT by John Arthorne CLA
Modified: 2011-10-04 08:46 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 John Arthorne CLA 2006-05-23 14:16:05 EDT
Build: 3.2

IPathVariableManager currently only allows path variable values to be IPaths.  It should be extended to allow defining path variables relative to arbitrary URIs.
Comment 1 Nicola Serreli CLA 2011-10-04 08:46:43 EDT
Version: 3.7.1
Build id: M20110909-1335


The implementation of "public IStatus validateValue(URI path)" function in org.eclipse.core.internal.resources.PathVariableManager returns always null.

It should return a status object with code OK or a status object indicating what is wrong with the value.

best regards