https://bz.apache.org/bugzilla/show_bug.cgi?id=59171
Bug ID: 59171
Summary: Sample Result SaveConfig Dialog is generated in random
order
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The dialog is built dynamically from the methods in the SampleSaveConfiguration
class. These may be returned in any order, and on some JVMs the order may vary.
This is confusing.
It would be better to generate these in a fixed order.
One possible such order is alphabetical by title.
This makes it easy to find entries, but will vary when changing languages.
Another would be to sort by property name.
That won't change with the language, but IMO does not make it quite as easy to
find the entries. YMMV.
However at least it's better than an unstable random order.
In both cases adding a new property will generally affect the layout, as later
entries will move within the 3 column dialogue.
--
You are receiving this mail because:
You are the assignee for the bug.