You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/04/12 19:38:53 UTC

[Bug 62295] New: Strange order of duplicated elements

https://bz.apache.org/bugzilla/show_bug.cgi?id=62295

            Bug ID: 62295
           Summary: Strange order of duplicated elements
           Product: JMeter
           Version: 4.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de
  Target Milestone: ---

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62295] Strange order of duplicated elements

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62295

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |JMETER_4.1
             Status|NEW                         |RESOLVED

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.