Bug 56298 - JSR223 language display does not show which engine will be used
Summary: JSR223 language display does not show which engine will be used
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 13:08 UTC by Sebb
Modified: 2014-03-21 23:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2014-03-21 13:08:42 UTC
The JSR223 test elements show a list of languages as a lower cased single word, for example "java" or "jexl". 

In some cases the script engine is not obvious from the name, and the engine version is not shown.

It would be useful if the display showed the engine details that corresponded with each language entry.

The list of languages is populated in the class JSR223BeanInfoSupport.

Need to find a way to also show the engine details on the screen.
If the details are appended to the tags then the display looks OK, but it causes problems when loading the engine and when saving the test plan (only the short name should be saved).
Comment 1 Sebb 2014-03-21 23:51:40 UTC
URL: http://svn.apache.org/r1580086
Log:
JSR223 language display does not show which engine will be used
Bugzilla Id: 56298

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/JSR223BeanInfoSupport.java
    jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingBeanInfoSupport.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:56 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3347