| Summary: | [Linked Resources] NPE viewing linked resource properties | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | John Arthorne <john.arthorne> |
| Component: | UI | Assignee: | Knut Radloff <knut_radloff> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | P1 | ||
| Version: | 2.1 | ||
| Target Milestone: | 2.1 M4 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
John Arthorne
ResourceInfoPage.getSizeString also needs to be fixed. ResourceInfoPage.getLocationText currently returns a "not local" text when the resource location is null. It should distinguish between not local and path variable not defined. This problem is pervasive throughout various UI operations: NavigatorDragAdapter.dragSetData CopyAction.run CopyFilesAndFoldersOperation.validateDestination, validateLinkedResource and validateImportDestination Opened separate bug 28381 for ExternalEditor and EditorManager. Note that, as John says, there is currently no UI to create a linked resource using a path variable. The variable is resolved immediately, before the linked resource is created. There is no way you can encounter this problem at this time. Opened bug 28394 for related problem in import wizard. Released fixes for ResourceInfoPage. We display separate messages for non-local resource (unchanged), missing path variable for linked resource and for otherwise non-existent resource. Fixed CopyAction (navigator clipboard copy) and CopyFilesAndFoldersOperation. The latter also fixes drag 'n drop copy/move. These last fixes are released in >20021216. ResourceInfoPage should be fixed in today's integration build. |