Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 156166,156169,156300

-          Summary:

CheckIn:Fix bugzilla bug 156166,156169,156300


- Bugzilla Bug (s) Resolved:
156166 E
rror occour when previewing attached report in web viewer

156169 Export data from attached report returned wrong data

156300 [Regression] Error while previewing report in Web Viewer

 

-          Description:

These three bugs has same cause: Not all the column binding defined within report design are visited and stored in ExprValue, that is because those column bindings return exception. During the latest check in which trim the report document size, an assumption has been made that all column _expression_ values should be saved to ExprValue, even if the _expression_ value is an exception.

 

This has been fixed.

 

- Tests Description:
No


- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader2.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader1.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

 

 

 

 

 

 

 

 

 

 

 

 

 

cv

 

 

 


Back to the top