Bug 54110 - BSFTestElement and JSR223TestElement should use shared super-class for common fields
Summary: BSFTestElement and JSR223TestElement should use shared super-class for common...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 01:52 UTC by Sebb
Modified: 2012-11-08 00:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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