You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/20 14:27:54 UTC

svn commit: r1204164 - /jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java

Author: pmouawad
Date: Sun Nov 20 13:27:54 2011
New Revision: 1204164

URL: http://svn.apache.org/viewvc?rev=1204164&view=rev
Log:
Document broken code

Modified:
    jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java

Modified: jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java?rev=1204164&r1=1204163&r2=1204164&view=diff
==============================================================================
--- jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java (original)
+++ jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java Sun Nov 20 13:27:54 2011
@@ -37,7 +37,7 @@ public class ReportStart extends Abstrac
         commands.add(ActionNames.ACTION_STOP);
         commands.add(ActionNames.ACTION_SHUTDOWN);
     }
-
+    // FIXME Due to startEngine being commented engine will always be null
     private StandardJMeterEngine engine;
 
     /**