Created attachment 32349 [details] Remove unused constructor from Workbench The constructor Workbench(String, boolean) is nowhere used in the whole jmeter source code and it ignores its second parameter. So the constructor should be removed. See discussion on mailing list http://mail-archives.apache.org/mod_mbox/jmeter-dev/201412.mbox/%3C549ABAB0.90503@internetallee.de%3E
Date: Tue Jan 6 15:51:12 2015 New Revision: 1649843 URL: http://svn.apache.org/r1649843 Log: Remove unused constructor from Workbench Bugzilla Id: 57418 Modified: jmeter/trunk/src/core/org/apache/jmeter/testelement/WorkBench.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3512