|
From: Bob K. <py...@ce...> - 2003-12-11 01:37:37
|
Dear Peter, In fact I just tried to use some tool to remove those unused import, and also convert those wildcard import to non-wildcard one. However, I haven't changed all of them yet. Thanks for providing us information to resolve those classes, so I may change it later. (In fact there are too many places to change for wildcard imports...) For the com.sun.net.ssl problem, it is more troublesome. The reason to write the SSL support is due to some test cases requirement when testing with partners, and you are right that we still want to include 1.3 JVMs. The problem is more complicated because the application server may also use JSSE library, which may affect the JSSE loading on Hermes too. Therefore, we choose to use 1.3 because at least 1.3 JSSE is both supported on 1.3 and 1.4. Regards, Bob Koon Mayne, Peter wrote: > I noticed you were cleaning up unused imports. I've just fetched the > latest CVS, so I thought you'd like to know what Eclipse is showing as > never used (as well as a non-static reference to a static field). :-) > > Severity Description Resource In Folder > Location Creation Time > The import > hk.hku.cecid.phoenix.message.packaging.MessageHeader is never used > MessageServiceHandler.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/handler line > 78 December 11, 2003 10:26:04 AM > > The import > hk.hku.cecid.phoenix.message.packaging.SignatureReference is never > used MessageServiceHandler.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/handler line > 82 December 11, 2003 10:26:04 AM > > The import hk.hku.cecid.phoenix.message.packaging.ErrorList is > never used SignalMessageGenerator.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/handler line > 71 December 11, 2003 10:26:03 AM > > The static field ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS > should be accessed directly MessageBox.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/monitor line > 118 December 11, 2003 10:26:03 AM > > The import java.net.MalformedURLException is never used > Http.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/transport line > 88 December 11, 2003 10:26:03 AM > > The import java.security.Provider is never used > Http.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/transport line > 89 December 11, 2003 10:26:03 AM > > The import java.security.Security is never used > Http.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/message/transport line > 90 December 11, 2003 10:26:03 AM > > The import org.w3c.dom.Node is never used > ApacheXMLDSigner.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/pki line 90 December 11, > 2003 10:26:01 AM > > The import java.io.IOException is never used > KeyStoreKeyManager.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/pki line 70 December 11, > 2003 10:26:01 AM > > The import java.util.Enumeration is never used > KeyStoreKeyManager.java > ebxmlms/WEB-INF/src/hk/hku/cecid/phoenix/pki line 75 December 11, > 2003 10:26:01 AM > > I also notice that you're using some com.sun.net.ssl classes, which > are undocumented and unsupported, as well as not existing in non-SUN > JVMs. This is presumably because you're still including 1.3 JVMs, > rather than biting the bullet and using 1.4? > > PJDM > -- > Peter Mayne > Technology Consultant > Spherion Technology Solutions > Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602 > T: 61 2 62689727 F: 61 2 62689777 > >The information contained in this email and any attachments to it: > >(a) may be confidential and if you are not the intended recipient, any interference with, >use, disclosure or copying of this material is unauthorised and prohibited; and > >(b) may contain personal information of the recipient and/or the sender as defined >under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to >collect, hold and use such information and any personal information contained in a >response to this email, for any reasonable purpose in the ordinary course of >Spherion's >business, including forwarding this email internally or disclosing it to a third party. All >personal information collected by Spherion will be handled in accordance with >Spherion's Privacy Policy. If you have received this email in error, please notify the >sender and delete it. > >(c) you agree not to employ or arrange employment for any candidate(s) supplied in >this email and any attachments without first entering into a contractual agreement with >Spherion. You further agree not to divulge any information contained in this document >to any person(s) or entities without the express permission of Spherion. > > > > |