Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug 172274, 172825 and 176139 [Automation] RankAggregationUtil.getNumericValue(Object) throws exception when the parameter is a non-numeric value

-    Summary:

CheckIn: Fix bugzilla bug 172274,172825 and 176139 [Automation] RankAggregationUtil.getNumericValue(Object) throws exception when the parameter is a non-numeric value

 

- Bugzilla Bug (s) Resolved:

 [172822, 172825 and 176139] [Automation]

 

-   Description:

Modify method RankAggregationUtil.getNumericValue(Object) to throw exception when the parameter is a non-numeric value. So that error messages will be displayed under the report content if there are some data conversion errors, which will not block the report generation process.


- Tests Description:
Unit tests and manual tests.


- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Added:

 

- Files Edited

 "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/rank/RankAggregationUtil.java"

 

- Files Deleted

 

 


Back to the top