tmf : Add parameters to XML core methods
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.ui / src / org / eclipse / tracecompass / tmf / analysis / xml / ui / views / timegraph / XmlEntry.java
index 0b3550fbd51cc8aa7e08ac4d2f6c86cbd7d79579..89af65be3a419cebf7c16b49a0bd0acc1ad6608c 100644 (file)
@@ -158,7 +158,7 @@ public class XmlEntry extends TimeGraphEntry implements IXmlStateSystemContainer
 
         ITmfXmlModelFactory factory = TmfXmlReadOnlyModelFactory.getInstance();
         ITmfXmlStateAttribute display = factory.createStateAttribute(stateAttribute, this);
-        int quark = display.getAttributeQuark(fBaseQuark);
+        int quark = display.getAttributeQuark(fBaseQuark, null);
         if (quark != IXmlStateSystemContainer.ERROR_QUARK) {
             ITmfStateInterval firstInterval = StateSystemUtils.queryUntilNonNullValue(fSs, quark, getStartTime(), getEndTime());
             if (firstInterval != null) {
This page took 0.034671 seconds and 5 git commands to generate.