Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 175790 No data retrived in attached report design file[07]

- Summary:
CheckIn:Fix some tiny issue in DataSetEditor's "Setting" page.


- Bugzilla Bug (s) Resolved:
[175790] No data retrived in attached report design file[07]

 

- Description:
 

This is a regression caused by a check in yesterday. The ScriptEvalUtil has been changed so that sometimes two data of different type will be converted to string for comparation. However, in the algorithm exists a problem that a double value is converting to string such as “1.0”, which is not equal to string value “1”. Enhance the algorithm so that such values would be equal.


- Tests Description:
Unit test     


- Files Edited:
"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/impl/ScriptEvalTest.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"

 

- Files Added:


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 


Back to the top