Bug 57075 - BeanInfoSupport.MULTILINE attribute is not processed
Summary: BeanInfoSupport.MULTILINE attribute is not processed
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.11
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 15:33 UTC by Sebb
Modified: 2014-10-10 17:03 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-10-10 15:33:17 UTC
The constant BeanInfoSupport.MULTILINE is used to set the attribute value in CompareAssertionBeanInfo (nowhere else currently) but the attribute is never actually used.

It looks like its attribute handling was accidentally omitted when the Java 5 work was merged back into the main-line code.
The constant was added in r325677, in GenericTestBeanCustomizer.init().
If the attribute is present, then multiLineEditor is set true.
Comment 1 Sebb 2014-10-10 17:03:35 UTC
URL: http://svn.apache.org/r1630924
Log:
BeanInfoSupport.MULTILINE attribute is not processed
Bugzilla Id: 57075

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/GenericTestBeanCustomizer.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:58 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3449