Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Change the behavior of expression transformation so that totals in conditional expression would remain what they used to be.

-          Summary:

Change the behavior of _expression_ transformation so that totals in conditional _expression_ would remain what they used to be.


- Bugzilla Bug (s) Resolved:
No.


- Description:
In original implementation of ExpressionUtil.java when translating expressions we will change the aggregations in conditional expressions as well as aggregations in script expressions. But the former is proved not necessary. So we remove the related codes.


- Tests Description:
Unit test.


- Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ExpressionUtil.java"

"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/adapter/ExpressionUtilTest.java"

 

- Files Added:

 

- 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