Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 175587: Consolidate IReportEngine.shutdown() and destroy() methods

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 175587: Consolidate IReportEngine.shutdown() and destroy() methods

- Summary:
fix Bugzilla Bug 175587: Consolidate IReportEngine.shutdown() and destroy() methods

- Bugzilla Bug (s) Resolved:
175587

- Description:
(1) Deprecate method shutdown()

(2) Make shutdown() call destroy() internally so that older code that uses that
method can function properly.

- Tests Description  :
Unit Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngine.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top