Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla bug --119398, 119793Error happened whie preview a blank report in pdf using BIRT PDF emitter.

Title: [birt-dev]CheckIn: Fix Bugzilla bug --119398, 119793Error happened whie preview a blank report in pdf using BIRT PDF emitter.

Description:
Fix bugs:
Bugzilla Bug 119398Using RenderTask to render pdf file but the master page information lost.
why:
PDF emitter generate page content by itself.
When generating page header or footer, NullPointException will throw out.
Fix:
fix the bug.

Bugzilla Bug 119793Error happened whie preview a blank report in pdf using BIRT PDF emitter.
Why:
if body of page is null, PDF emitter will not output this page.
Fix:
force to emitter this page in this case

Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
"/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/impl/BlockContainerLayoutManager.java" "/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/impl/TableLayoutManager.java" "/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/impl/ReportLayoutEngine.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/BorderWidthManager.java"

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top