Skip to main content

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

Wei Wang,

This change looks good.

Thanks,

Gary

 


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wei Wang
Sent: Monday, February 26, 2007 7:58 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] API Change Request: Deprecate the methodIReportEngine.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

 


Back to the top