Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN: Fix data part of bug [136740] Error exporting data from a grouped report

- Summary:
Fix data part of bug [136740] Error exporting data from a grouped report


- Bugzilla Bug (s) Resolved:
[136740] Error exporting data from a grouped report.

 

- Description:
In original implementation of ExprManagerUtil, when validating the column bindings, any error in validation process will lead to exception. This prevents correct column bindings from being evaluated. The code is changed so that one illegal column binding would not prevent other legal column binding from being evaluated and displayed.

 

- Tests Description:
Unit test.


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

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/ExprManagerUtilTest.java"

 

- Files Added:


- Files Deleted:

 

- 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