Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---121840 The NPE will be thrown when using the datasource/dataset property binding, 104474 Show header on first, Floating footer don't work in Master Page

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---121840 The NPE will be thrown when using the datasource/dataset property binding, 104474 Show header on first, Floating footer don't work in Master Page

Summary 

Bugzilla Bug (s) Resolved:
121840 The NPE will be thrown when using the datasource/dataset property binding
104474 Show header on first,  Floating footer don't work in Master Page

Description:
1As the report design contains errors on data set, the DTE engine failed to save the results into report document. That causes the renderTask failes. Add error handling codes to avoid NullPointException.

2Support header-on-first, footer-on-last in RenderTask, but they are not supported in RunAndRenderTask.
       

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "support header-on-first, footer-on-last. add error handling in case of DTE fail." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataGenerationEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top