Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 123481 Avoid creating unnecessary empty streams in report document

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 123481 Avoid creating unnecessary empty streams in report document

Summary 

Bugzilla Bug (s) Resolved:
123481 Avoid creating unnecessary empty streams in report document

Description:
If any stream in the report document is empty, the engine should avoid to create the stream itself.

 
Test Description:
Unit Test, Manual Test
 
Files Edited:
cvs ci -m "remove empty stream from the report document" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentTest.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top