Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 124593 An error in data JS-Expression will affect another data which in the same table

Title: [birt-dev]CheckIn:Fix bugzilla bug 124593 An error in data JS-_expression_ will affect another data which in the same table

- Summary:
Fix bugzilla bug
124593


- Bugzilla Bug (s) Resolved:
Bugzilla bug 124593 An error in data JS-_expression_ will affect another data which in the same table


- Description:

When there is an exception thrown by an aggregation, this error should not affect latter aggregations or data expressions calculation. So we catch those exceptions and put them into aggregations value list to let the calculation continue.


- Tests Description:
Unit test


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/AggregateCalculator.java

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/AggregationTest.java

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/golden/AggregationTest.test5.txt

- Files Added:

N/A


- Files Deleted:

N/A

- Notes to Build Team:
N/A


Back to the top