2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / controlflow / evProcessor / FlowFinishUpdateHandler.java
index bf6b37ae15a8275c3cde5b122841732437cf3969..e502e868f7bff920e71657d41eb7e938dff41f78 100644 (file)
@@ -49,8 +49,7 @@ public class FlowFinishUpdateHandler extends AbsFlowTRangeUpdate
                        endOfEvent = endOfTrace;
                }
 
-               TraceDebug.debug("Number of localProcesses: "
-                               + procContainer.readItems().length);
+               TraceDebug.debug("Number of localProcesses: " + procContainer.readItems().length); //$NON-NLS-1$
                // to identify the process relevant to the traceState
                String traceId = traceSt.getTraceId();
                int numLocalFound = 0;
@@ -90,7 +89,7 @@ public class FlowFinishUpdateHandler extends AbsFlowTRangeUpdate
                                                // not contain events related to this process
                                                makeDraw(traceSt, nextGoodTime, endOfEvent, localProcess, params, stateMode);
                                        } else {
-                                               TraceDebug.debug("previous event not instance of TimeRangeEvent?: "
+                                               TraceDebug.debug("previous event not instance of TimeRangeEvent?: " //$NON-NLS-1$
                                                                + prevEvent.getClass().getSimpleName());
                                        }
                                } else {
@@ -106,9 +105,9 @@ public class FlowFinishUpdateHandler extends AbsFlowTRangeUpdate
                        makeDraw(traceSt, endOfEvent, stateProcess, localProcess, params);
                }
 
-               TraceDebug.debug("Print Last Event: NumLocalFound " + numLocalFound
-                               + "; NumLocalNotFound: " + numLocalNotFound
-                               + "; NumWithNoChildren: " + numWithNoChildren);
+               TraceDebug.debug("Print Last Event: NumLocalFound " + numLocalFound      //$NON-NLS-1$
+                               + "; NumLocalNotFound: " + numLocalNotFound //$NON-NLS-1$
+                               + "; NumWithNoChildren: " + numWithNoChildren); //$NON-NLS-1$
 
                return false;
        }
This page took 0.024099 seconds and 5 git commands to generate.