Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 220706 Details for
Bug 385794
Backport to 3.2.x [dstore] DataStore spirit mechanism and other memory improvements needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
additional changes
patch.txt (text/plain), 1.42 KB, created by
David McKnight
on 2012-09-04 17:52:38 EDT
(
hide
)
Description:
additional changes
Filename:
MIME Type:
Creator:
David McKnight
Created:
2012-09-04 17:52:38 EDT
Size:
1.42 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dstore.core >Index: src/org/eclipse/dstore/core/model/DataElement.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java,v >retrieving revision 1.21 >diff -u -r1.21 DataElement.java >--- src/org/eclipse/dstore/core/model/DataElement.java 25 Jul 2012 13:51:07 -0000 1.21 >+++ src/org/eclipse/dstore/core/model/DataElement.java 4 Sep 2012 21:43:40 -0000 >@@ -1630,7 +1630,7 @@ > { > _attributes[i] = null; > } >- >+ _attributes = null; > } > > if (_nestedData != null) >Index: src/org/eclipse/dstore/core/model/UpdateHandler.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/UpdateHandler.java,v >retrieving revision 1.15 >diff -u -r1.15 UpdateHandler.java >--- src/org/eclipse/dstore/core/model/UpdateHandler.java 25 Jul 2012 13:51:07 -0000 1.15 >+++ src/org/eclipse/dstore/core/model/UpdateHandler.java 4 Sep 2012 21:43:40 -0000 >@@ -97,7 +97,7 @@ > child.delete(); > } > } >- if (!virtual || !child.isSpirit()){ // leave the client attributes if spirited >+ if (!virtual){ // leave the client attributes if spirited > child.clear(); > } > if (parent != null)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385794
:
219082
| 220706