mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[160768] applying Xuan's patch for dstore virtual file problem
This commit is contained in:
parent
87f576d824
commit
ffeb4e49c1
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
*
|
||||
* Contributors:
|
||||
* Martin Oberhuber (Wind River) - Fix 154874 - handle files with space or $ in the name
|
||||
* Xuan Chen (IBM) - Fix 160768 - [refresh][dstore] Refresh on renamed node within a zip does not work;
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.rse.dstore.universal.miners;
|
||||
|
@ -2840,7 +2841,7 @@ private DataElement createDataElementFromLSString(DataElement subject,
|
|||
children = mgr.getContents(fileobj, virtualPath);
|
||||
}
|
||||
|
||||
subject.setAttribute(DE.A_SOURCE, setProperties(mgr.getVirtualObject(virtualPath)));
|
||||
subject.setAttribute(DE.A_SOURCE, setProperties(mgr.getVirtualObject(path)));
|
||||
if (children == null || children.length == 0) {
|
||||
_dataStore.trace("problem with virtual:" + virtualPath); //$NON-NLS-1$
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue