From: William Bourque Date: Wed, 14 Apr 2010 21:43:55 +0000 (+0000) Subject: Fixed weird logic intruced in commit r24568 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0a8bb5961c7de1fb521d6760f41597c72c1a2b9c;p=deliverable%2Ftracecompass.git Fixed weird logic intruced in commit r24568 --- diff --git a/org.eclipse.linuxtools.lttng/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java b/org.eclipse.linuxtools.lttng/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java index 8530ca1757..3afb162ce4 100644 --- a/org.eclipse.linuxtools.lttng/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java +++ b/org.eclipse.linuxtools.lttng/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java @@ -155,24 +155,27 @@ public class LttngEventContent extends TmfEventContent { */ @Override public synchronized LttngEventField[] getFields() { - - if ( fFieldsMap.size() < fParentEvent.getType().getNbFields() ) { LttngEventField tmpField = null; LttngEventType tmpType = (LttngEventType)fParentEvent.getType(); for ( int pos=0; pos