Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] API Change Request: Deprecate the method IReportEngine.shutdown()

Interface IReportEngine has two methods, shutdown() and destroy(), that appear

to have identical functionality according to their JavaDoc comments. However as

of 2.1.2 build destroy() is the method that actually cleans up the resources;

shutdown() does not do anything useful.

 

We need to do the following:

(1) Deprecate method shutdown()

(2) Make shutdown() call destroy() internally so that older code that uses that

method can function properly.

 

 

For fix bugs:

175587 -- Consolidate IReportEngine.shutdown() and destroy() methods

 

Attachment: BIRT API Change Control Document - Deprecate the method IReportEngine.shutdown().pdf
Description: BIRT API Change Control Document - Deprecate the method IReportEngine.shutdown().pdf


Back to the top