tmf : Add latency statistics view for the pattern analysis
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core / src / org / eclipse / tracecompass / tmf / analysis / xml / core / model / TmfXmlEventHandler.java
index 71c92c3518599b387ee0906e8012706353d33d4a..2393c28ac7a7396790245f01b5c8e23d9b46fefa 100644 (file)
@@ -63,9 +63,6 @@ public class TmfXmlEventHandler {
     public TmfXmlEventHandler(ITmfXmlModelFactory modelFactory, Element node, IXmlStateSystemContainer parent) {
         fParent = parent;
         String name = node.getAttribute(TmfXmlStrings.HANDLER_EVENT_NAME);
-        if (name == null) {
-            throw new IllegalArgumentException();
-        }
         fName = name;
 
         List<@NonNull Element> childElements = XmlUtils.getChildElements(node, TmfXmlStrings.STATE_CHANGE);
This page took 0.024191 seconds and 5 git commands to generate.