Bug 52240

Summary: TestBeans should support Boolean, Integer and Long
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-11-25 00:37:51 UTC
TestBeans don't currently support Boolean, Integer or Long because the JRE does not include these by default.
Comment 1 Sebb 2011-11-25 00:42:25 UTC
URL: http://svn.apache.org/viewvc?rev=1206025&view=rev
Log:
Bug 52240 - TestBeans should support Boolean, Integer and Long

Added:
   jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/BooleanPropertyEditor.java   (with props)
   jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/IntegerPropertyEditor.java   (with props)
   jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/LongPropertyEditor.java   (with props)
Modified:
   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:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2659