Bug 57075

Summary: BeanInfoSupport.MULTILINE attribute is not processed
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.11   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   

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