Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Code cleanup for the report archive

Title: CHECKIN: Code cleanup for the report archive

- Summary:
Code cleanup for the report archive

- Bugzilla Bug (s) Resolved:
121541

- Description:
This checkin cleaned up the error handling related part in report archive and made report archive throw IOException when appropriate. This checkin also changed all of the callers (report runner, report engine helper, run task and various test cases) to catch the exception and handle it properly.

- Tests Description:
Engine unit test

- Files Edited:
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveReader.java
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveWriter.java
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/rd/ReportDocumentTest.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
/org.eclipse.birt.tests.data/test/org/eclipse/birt/tests/data/engine/acceptance/ComputedColumnTest.java
/org.eclipse.birt.tests.data/test/org/eclipse/birt/tests/data/engine/api/ReportDoc_ComputedColumnTest.java
/org.eclipse.birt.tests.data/test/org/eclipse/birt/tests/data/engine/api/ReportDoc_FilterTest.java
/org.eclipse.birt.tests.data/test/org/eclipse/birt/tests/data/engine/api/ReportDoc_GroupTest.java
/org.eclipse.birt.tests.data/test/org/eclipse/birt/tests/data/engine/api/ReportDoc_ParameterTest.java

- Code Reviewer:
Stanley

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:



Back to the top