Github user max3163 commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/321#discussion_r149308452
--- 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 --
Not only, for me these changes are an integral part of the PR. Without it,
you can swap class without lose or merge configurations.
---