Bug 52224

Summary: TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-11-22 02:04:19 UTC
When processing TestBean properties, the TestBeanHelper effectively treats a NullProperty as an empty string.

This means that one cannot distinguish a field that is defined as UNDEFINED from a field that is the empty string.
Comment 1 Sebb 2011-11-22 02:06:29 UTC
URL: http://svn.apache.org/viewvc?rev=1204778&view=rev
Log:
Bug 52224 - TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/testbeans/TestBeanHelper.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/2658