Scott Gray wrote:
On 22/01/2010, at 8:03 AM, Erwan de FERRIERES wrote:
Hi all,
there is still some compiler warnings in the trunk.
I've list those files with calls to deprecated methods :
* OFBizBirtViewerReportService.java (call to a
org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException which
is deprecated)
* UtilXml.java (this import : org.apache.xml.serialize.OutputFormat is
deprecated)
* JSONSimpleEventHandler.java (the AbstractJSONEventHandler has been
deprecated).
I couldn't seem to disable this warning regardless of where I put the suppress
warnings annotation, if anyone has some pointers I'll be glad to hear them.
I think it is safe to remove the deprecated class from UtilXml now. The
method that uses it has been deprecated for nearly a year now.
-Adrian