Bug 57418 - Remove unused constructor from Workbench
Summary: Remove unused constructor from Workbench
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 15:18 UTC by Felix Schumacher
Modified: 2015-01-06 15:52 UTC (History)
0 users



Attachments
Remove unused constructor from Workbench (1.03 KB, patch)
2015-01-06 15:18 UTC, Felix Schumacher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Schumacher 2015-01-06 15:18:38 UTC
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
Comment 1 Felix Schumacher 2015-01-06 15:52:27 UTC
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
Comment 2 The ASF infrastructure team 2022-09-24 20:37:58 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3512