Hi Patrick
Got it, actually, I saw the dummy helper for validation purpose also ^^
The cause I ask it is that I am trying to to some injection under the TMF
way implementation for a new TraceType
I try to implementation a E4 based service that can do some additional PIPE
like trace processing
F
> Regarding multiple instances of the RCP running at the same time, I
> guess we didn't really think about it... I just tried doing it, it opens
> a separate instance, but the shared workspace makes it work weirdly. If
> I open a trace in one, refreshing the other will show the newly added
> t
Hi Ran-How,
The reason we can't use the ITmfTrace instance owned by the trace type
helper is that we need a different instance for each opened trace (they
have different resources, paths, indexers, etc.).
The instance in the trace type helper is a dummy trace instance that is
only used for trace
Hi TMF advances
Thank you team for the powerful framework, I have a question bellow
In TmfTraceElement.java
I saw createExecutableExtension() in instantiateTrace() to get an instance
from the extension points like bellow
IConfigurationElement ce =
sfTraceTypeAttributes.get(fTra