Github user pmouawad commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/321#discussion_r149131377
--- Diff:
src/components/org/apache/jmeter/visualizers/backend/BackendListenerGui.java ---
@@ -71,6 +72,10 @@
/** A panel allowing the user to set arguments for this test. */
private ArgumentsPanel argsPanel;
+
+ /** The current className of the Backend listenenr **/
+ private String className;
--- End diff --
This part does not seem to be related to this PR , it's probably here to
avoid losing configuration when changing class. Would it be possible to make
another PR ?
---