https://bz.apache.org/bugzilla/show_bug.cgi?id=58742
Bug ID: 58742
Summary: TableEditor duplicates content from an element with
filled table to an element with an empty one
Product: JMeter
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Hi,
Using 2 elements of the same kind with a TableEditor (i.e.: AssertionCompare),
one with a table containing a row, the other one with an empty table, if I
switch from the first one to the second, it fills the empty table with the same
content than the first table.
Clearing the related model "this.model.clearData();" from the related
setAsText() method solves the issue, but I'm not sure it is a good place to do
that.
NB: The method is invoked by clearGuiFields() in GenericTestBeanCustomizer
class to clear up data in GUI...
I hope you'll find a better way to avoid this issue.
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.