https://issues.apache.org/bugzilla/show_bug.cgi?id=55203

--- Comment #15 from Sebb <[email protected]> ---
I think it must have been a combination of the two issues.

JMeter 2.7 has the problem, and was before the properties were moved to the
shared super-class. However the JSR223SamplerBeanInfo class extended the wrong
base class.

==

There are still properties that are shared between GUI classes - e.g. all the
JSR223 classes share the same definition of the "script" property.

The TAGS field is an attribute of the "script" PropertyDescriptor which varies
between sub-classes whereas the other attributes are identical to all
sub-classes.

I think that is probably why they work OK; the PropertyDescriptor is used to
look-up the names and types of the properties which don't vary. It was only the
TAGS attribute that varied.

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

Reply via email to