Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix bug [Bug 145741] -- Could not set the value of Boolean parameter as 0 or 1.

Summary:

Revised codes to parse a string like “0” to Boolean value.

 

Bugzilla Entry(ies) Resolved:

145741

 

Description:

145741:  Could not set the value of Boolean parameter as 0 or 1.

Solution: Modified toBoolean() in DataTypeUtil to return a Boolean value when the input object is a string “0”. Partly solve this bug, the user interface looks ambiguous and need to be reorganize.

 

Tests Description:

Manual test.

 

Files Edited:

"/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"

 

Files Added:

 None.

 

Notes to Build Team:

None.

 

Notes to Developers:

None.

 

Notes to QA:

None.

 

Notes to Documentation:

None.

 

 

Best regards,

 

Jiaying Liu

Actuate Corporation - Shanghai R&D Center
( : (86)21-58826388

 


Back to the top