You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/03 19:57:18 UTC

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

Author: sebb
Date: Tue Jan  3 18:57:17 2012
New Revision: 1226914

URL: http://svn.apache.org/viewvc?rev=1226914&view=rev
Log:
Redundant 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=1226914&r1=1226913&r2=1226914&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 Tue Jan  3 18:57:17 2012
@@ -60,14 +60,14 @@ public class ReportStart extends Abstrac
         if (e.getActionCommand().equals(ActionNames.ACTION_START)) {
             popupShouldSave(e);
             startEngine();
-        } else if (e.getActionCommand().equals(ActionNames.ACTION_STOP)) {
+//        } else if (e.getActionCommand().equals(ActionNames.ACTION_STOP)) {
         	// FIXME engine is always null
 //            if (engine != null) {
 //                ReportGuiPackage.getInstance().getMainFrame().showStoppingMessage("");
 //                engine.stopTest();
 //                engine = null;
 //            }
-        } else if (e.getActionCommand().equals(ActionNames.ACTION_SHUTDOWN)) {
+//        } else if (e.getActionCommand().equals(ActionNames.ACTION_SHUTDOWN)) {
         	// FIXME engine is always null
 //            if (engine != null) {
 //                ReportGuiPackage.getInstance().getMainFrame().showStoppingMessage("");