|
From: Patrick Y. <kc...@ce...> - 2003-04-03 01:11:02
|
Minor Eclipse warningsThanks Peter. We will install it later. -Patrick
----- Original Message -----=20
From: Mayne, Peter=20
To: 'ebx...@li...'=20
Sent: Thursday, April 03, 2003 7:37 AM
Subject: [ebxmlms-develop] Minor Eclipse warnings
I installed Eclipse 2.1 last night. The compiler in this version is =
able to analyse source code a bit more thoroughly than the previous =
version.
In particular, it shows a lot of warnings of the form "The import **** =
is never used".=20
There are a few of "The assignment to variable **** has no effect". =
For instance, refToMessage shouldn't be assigned to here.
public EbxmlValidationException(String errorCode, String severity, =
String errorString, String location) {=20
super(ERROR_EBXML, errorCode, errorString);=20
this.severity =3D severity;=20
this.refToMessage =3D refToMessage;=20
this.location =3D location;=20
}=20
And a couple of other things as well.=20
It would be nice to get these things dealt with so the tasks list =
isn't cluttered up. If you don't want to install Eclipse, I could email =
a list. Or you could just ignore them. :-)
PJDM=20
--=20
Peter Mayne=20
Technology Consultant=20
Spherion Technology Solutions=20
Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602=20
T: 61 2 62689727 F: 61 2 62689777=20
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,=20
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=20
under the Privacy Act 1988 (Cth). Consent is hereby given by the =
recipient(s) to=20
collect, hold and use such information and any personal information =
contained in a=20
response to this email, for any reasonable purpose in the ordinary =
course of=20
Spherion's=20
business, including forwarding this email internally or disclosing it to =
a third party. All=20
personal information collected by Spherion will be handled in accordance =
with=20
Spherion's Privacy Policy. If you have received this email in error, =
please notify the=20
sender and delete it.
(c) you agree not to employ or arrange employment for any candidate(s) =
supplied in=20
this email and any attachments without first entering into a contractual =
agreement with=20
Spherion. You further agree not to divulge any information contained in =
this document=20
to any person(s) or entities without the express permission of Spherion.
|