Bug 47943

Summary: [Patch] DisabledComponentRemover should die
Product: JMeter - Now in Github Reporter: benoit.wiart
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch 1 : delete the call to DisabledComponentRemover from Start
Patch 2 : delete the DisabledComponentRemover file

Description benoit.wiart 2009-10-06 02:26:00 UTC
Created attachment 24347 [details]
Patch 1 : delete the call to DisabledComponentRemover from Start

In org.apache.jmeter.gui.action.Start#startEngine is the only method in jmeter
where DisabledComponentRemover is used and it's useless.
The disabled components have already been removed from the tree by the previous
instruction : JMeter#convertSubTree.

Patch 1 : delete the call to DisabledComponentRemover from Start
Patch 2 : delete the DisabledComponentRemover file

Benoit Wiart
Ubik Ingénierie
http://www.ubik-ingenierie.com
Comment 1 benoit.wiart 2009-10-06 02:27:02 UTC
Created attachment 24348 [details]
Patch 2 : delete the DisabledComponentRemover file
Comment 2 Sebb 2009-11-14 15:11:08 UTC
Thanks, fixed:

URL: http://svn.apache.org/viewvc?rev=836288&view=rev
Log:
Bug 47943 - DisabledComponentRemover is not used in Start class
Comment 3 The ASF infrastructure team 2022-09-24 20:37:44 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2293