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 85277 Details for
Bug 213023
trace.ecore have incorrect reference to hierarchy.ecore
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]
fix references
patch64.txt (text/plain), 7.34 KB, created by
Alexander N. Alexeev
on 2007-12-14 09:59:35 EST
(
hide
)
Description:
fix references
Filename:
MIME Type:
Creator:
Alexander N. Alexeev
Created:
2007-12-14 09:59:35 EST
Size:
7.34 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.models >Index: src-trace/model/trace.ecore >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.models/src-trace/model/trace.ecore,v >retrieving revision 1.9 >diff -u -r1.9 trace.ecore >--- src-trace/model/trace.ecore 28 Feb 2007 14:46:11 -0000 1.9 >+++ src-trace/model/trace.ecore 14 Dec 2007 14:48:35 -0000 >@@ -200,7 +200,7 @@ > eType="#//TRCProcess" transient="true" eOpposite="#//TRCProcess/invocations"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="owningObject" eType="#//TRCTraceObject"/> > </eClassifiers> >- <eClassifiers xsi:type="ecore:EClass" name="TRCProcess" eSuperTypes="../../src-hierarchy/model/hierarchy.ecore#//AbstractTRCProcess"> >+ <eClassifiers xsi:type="ecore:EClass" name="TRCProcess" eSuperTypes="../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//AbstractTRCProcess"> > <eAnnotations source="@extends"/> > <eAnnotations source="org.eclipse.hyades.loaders.trace.IDeltaManager"/> > <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> >@@ -351,7 +351,7 @@ > upperBound="-1" eType="#//TRCObjectAllocationSitesEntry" containment="true" > eOpposite="#//TRCObjectAllocationSitesEntry/process"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" >- eType="ecore:EClass ../../src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" >+ eType="ecore:EClass ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" > containment="true"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="gcEvents" upperBound="-1" > eType="#//TRCGCEvent" defaultValueLiteral="" containment="true"/> >@@ -411,7 +411,7 @@ > <eStructuralFeatures xsi:type="ecore:EReference" name="threadEvents" upperBound="-1" > eType="#//TRCThreadEvent" containment="true" eOpposite="#//TRCThreadEvent/thread"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" >- eType="ecore:EClass ../../src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" >+ eType="ecore:EClass ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" > containment="true"/> > </eClassifiers> > <eClassifiers xsi:type="ecore:EClass" name="TRCMethod" eSuperTypes="#//TRCLanguageElement"> >@@ -582,7 +582,7 @@ > <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TRCPackage" > eOpposite="#//TRCPackage/subPackages"/> > </eClassifiers> >- <eClassifiers xsi:type="ecore:EClass" name="TRCCollectionBoundary" eSuperTypes="../../src-hierarchy/model/hierarchy.ecore#//AbstractTRCCollectionBoundary"> >+ <eClassifiers xsi:type="ecore:EClass" name="TRCCollectionBoundary" eSuperTypes="../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//AbstractTRCCollectionBoundary"> > <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> > <details key="documentation" value="A collection boundary (segment boundary) of a trace. This class marks the beginning of a segment. It can have an method invocation associated with it (the first method invocation that was received in that slice). The end of a segment is marked by the end of the trace or by the next segment."/> > </eAnnotations> >@@ -845,7 +845,7 @@ > <eStructuralFeatures xsi:type="ecore:EReference" name="thread" lowerBound="1" > eType="#//TRCThread" transient="true" eOpposite="#//TRCThread/threadEvents"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" >- eType="ecore:EClass ../../src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" >+ eType="ecore:EClass ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" > containment="true"/> > </eClassifiers> > <eClassifiers xsi:type="ecore:EClass" name="TRCThreadSleepingEvent" eSuperTypes="#//TRCThreadEvent"> >@@ -924,9 +924,9 @@ > <details key="documentation" value="Returns false"/> > </eAnnotations> > </eOperations> >- <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineTable" eType="ecore:EDataType ../../src-hierarchy/model/hierarchy.ecore#//IntArray"/> >- <eStructuralFeatures xsi:type="ecore:EAttribute" name="hitTable" eType="ecore:EDataType ../../src-hierarchy/model/hierarchy.ecore#//BooleanArray"/> >- <eStructuralFeatures xsi:type="ecore:EAttribute" name="countTable" eType="ecore:EDataType ../../src-hierarchy/model/hierarchy.ecore#//IntArray"/> >+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineTable" eType="ecore:EDataType ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//IntArray"/> >+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="hitTable" eType="ecore:EDataType ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//BooleanArray"/> >+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="countTable" eType="ecore:EDataType ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//IntArray"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="sourceInfo" eType="#//TRCSourceInfoWithLLData"/> > </eClassifiers> > <eClassifiers xsi:type="ecore:EDataType" name="LLUnitData" instanceClassName="org.eclipse.hyades.models.trace.util.LLUnitData"> >@@ -1075,7 +1075,7 @@ > <details key="documentation" value="Returns false"/> > </eAnnotations> > </eOperations> >- <eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulatedTimeTable" eType="ecore:EDataType ../../src-hierarchy/model/hierarchy.ecore#//DoubleArray"/> >+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulatedTimeTable" eType="ecore:EDataType ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//DoubleArray"/> > </eClassifiers> > <eClassifiers xsi:type="ecore:EClass" name="TRCObjectAllocationSitesEntry" instanceClassName="java.util.Map$Entry"> > <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1" >@@ -1096,10 +1096,10 @@ > <eClassifiers xsi:type="ecore:EClass" name="TRCLanguageElement" abstract="true"> > <eStructuralFeatures xsi:type="ecore:EReference" name="sourceInfo" eType="#//TRCSourceInfo"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" >- eType="ecore:EClass ../../src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" >+ eType="ecore:EClass ../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//TRCAnnotation" > containment="true"/> > </eClassifiers> >- <eClassifiers xsi:type="ecore:EClass" name="TRCObjectAllocationAnnotation" eSuperTypes="../../src-hierarchy/model/hierarchy.ecore#//TRCAnnotation"> >+ <eClassifiers xsi:type="ecore:EClass" name="TRCObjectAllocationAnnotation" eSuperTypes="../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//TRCAnnotation"> > <eStructuralFeatures xsi:type="ecore:EReference" name="methods" unique="false" > upperBound="-1" eType="#//TRCMethod"/> > <eStructuralFeatures xsi:type="ecore:EReference" name="classes" unique="false"
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
Flags:
analexee
:
review?
Actions:
View
|
Diff
Attachments on
bug 213023
: 85277