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 / AbsFlowTRangeUpdate.java
index 7ba863f8e324f4f55f3fe13e4d9f609a1424338c..7e39e758439876d5018f077c7fed4d67d6a1a030 100644 (file)
@@ -44,7 +44,7 @@ public abstract class AbsFlowTRangeUpdate extends AbsTRangeUpdate implements ILt
                // TimeRangeEventProcess localProcess = new TimeRangeEventProcess(id, name, startTime, stopTime, groupName, className)
                TimeRangeEventProcess localProcess = new TimeRangeEventProcess(
                                procContainer.getUniqueId(), stateProcess.getName(),
-                               traceStartTime, traceEndTime, "", stateProcess.getType()
+                               traceStartTime, traceEndTime, "", stateProcess.getType() //$NON-NLS-1$
                                                .getInName(), stateProcess.getCpu(), stateProcess
                                                .getInsertion_time());
                
@@ -60,7 +60,7 @@ public abstract class AbsFlowTRangeUpdate extends AbsTRangeUpdate implements ILt
                procContainer.addItem(localProcess);
 
                if (TraceDebug.isCFV()) {
-                       TraceDebug.traceCFV("addLocalProcess():" + localProcess);
+                       TraceDebug.traceCFV("addLocalProcess():" + localProcess); //$NON-NLS-1$
                }
 
                return localProcess;
@@ -112,7 +112,10 @@ public abstract class AbsFlowTRangeUpdate extends AbsTRangeUpdate implements ILt
                        ParamsUpdater params, String stateMode) {
 
                if (TraceDebug.isCFV()) {
-                       TraceDebug.traceCFV("makeDraw():[" + localProcess + ",candidate=[stime=" + startTime + ",etime=" + endTime + ",state=" + stateMode + "]]");
+                       TraceDebug.traceCFV("makeDraw():[" + localProcess + //$NON-NLS-1$ 
+                                       ",candidate=[stime=" + startTime +  //$NON-NLS-1$
+                                       ",etime=" + endTime +  //$NON-NLS-1$
+                                       ",state=" + stateMode + "]]"); //$NON-NLS-1$ //$NON-NLS-2$
                }
 
                // Determine start and end times to establish duration
This page took 0.024132 seconds and 5 git commands to generate.