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 101374 Details for
Bug 201896
Cannot remove a test invocation to a removed HTTP request.
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]
patch for org.eclipse.hyades.models.hierarchy.util.EMFUtil.java
defect_201896_patch.txt (text/plain), 1.22 KB, created by
DuWayne Morris
on 2008-05-21 16:16:48 EDT
(
hide
)
Description:
patch for org.eclipse.hyades.models.hierarchy.util.EMFUtil.java
Filename:
MIME Type:
Creator:
DuWayne Morris
Created:
2008-05-21 16:16:48 EDT
Size:
1.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.models.hierarchy >Index: src-hierarchy/org/eclipse/hyades/models/hierarchy/util/EMFUtil.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/org/eclipse/hyades/models/hierarchy/util/EMFUtil.java,v >retrieving revision 1.2 >diff -u -r1.2 EMFUtil.java >--- src-hierarchy/org/eclipse/hyades/models/hierarchy/util/EMFUtil.java 24 Jan 2008 02:28:18 -0000 1.2 >+++ src-hierarchy/org/eclipse/hyades/models/hierarchy/util/EMFUtil.java 21 May 2008 19:57:00 -0000 >@@ -192,7 +192,13 @@ > if (isContainedIn((EObject) o, container)) { > if (delete) { > if (ref.isChangeable()) >- element.eUnset(ref); >+ // bugzilla 201896, do not call eUnset on the element here >+ // eUnset will null the "otherBehavior" reference. >+ // The modified flag below takes care of the right actions for the element. >+ // Later, the invocations of a removed behavior will get cleaned up >+ // in HyadesTPFTestSuiteAdapter.java >+ // >+ ;//element.eUnset(ref); > } else > collectedEntries.add(o); > modified = true;
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 201896
:
96875
|
101374
|
102224
|
102683
|
102870