Bug 54110

Summary: BSFTestElement and JSR223TestElement should use shared super-class for common fields
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2012-11-07 01:52:43 UTC
BSFTestElement and JSR223TestElement have several fields that are common.

These must be the same, because they are set up in ScriptingBeanInfoSupport which is used by both BSF and JSR223.

The fields and getters/setters should be pulled up to a common superclass, for example ScriptingTestElement.
Comment 1 Sebb 2012-11-08 00:36:09 UTC
URL: http://svn.apache.org/viewvc?rev=1406876&view=rev
Log:
BSFTestElement and JSR223TestElement should use shared super-class for common fields
Bugzilla Id: 54110

Added:
    jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingTestElement.java   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/BSFTestElement.java
    jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2972