You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/03/21 14:08:42 UTC

[Bug 56298] New: JSR223 language display does not show which engine will be used

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

            Bug ID: 56298
           Summary: JSR223 language display does not show which engine
                    will be used
           Product: JMeter
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

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).

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

[Bug 56298] JSR223 language display does not show which engine will be used

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56298

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
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

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