Bug 62295 - Strange order of duplicated elements
Summary: Strange order of duplicated elements
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-12 19:38 UTC by Felix Schumacher
Modified: 2018-04-13 18:15 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Schumacher 2018-04-12 19:38:53 UTC
I just tried to duplicate multiple elements using ctrl+shift+c and found the result a bit irritating.

Before the copy action I had two elements (samplers):

 sampler a
 sampler b

I marked all of them and duplicated them using ctrl+shift+c which gave me

 sampler a
 sampler b
 sampler b
 sampler a

My expected result would have been

 sampler a
 sampler b
 sampler a
 sampler c
Comment 1 Felix Schumacher 2018-04-13 18:15:46 UTC
Date: Fri Apr 13 18:14:29 2018
New Revision: 1829092

URL: http://svn.apache.org/viewvc?rev=1829092&view=rev
Log:
Correct order of elements when duplicating a selection of multiple elements.

Bugzilla Id: 62295

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/Duplicate.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:13 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4757