Building Freenet server... keys/CHK.java:18: The method
<<ambiguous>>VerifyingInputStream verifyStream(java.io.InputStream,
Freenet.FieldSet, long) declared in class Freenet.keys.CHK cannot override the
method of the same signature declared in class Freenet.Key. They must have the
same return type.
public VerifyingInputStream verifyStream(InputStream data,
^
keys/CHK.java:18: Class <<ambiguous>>DataNotValidIOException not found in class
Freenet.Key.
public VerifyingInputStream verifyStream(InputStream data,
^
message/DataInsert.java:120: Class <<ambiguous>>DataNotValidIOException not
found.
instanceof DataNotValidIOException) {
^
message/DataInsert.java:122: Class <<ambiguous>>DataNotValidIOException not
found.
int cb = ((DataNotValidIOException) ce
^
message/DataReply.java:114: Class <<ambiguous>>DataNotValidIOException not
found.
instanceof DataNotValidIOException) {
^
message/DataReply.java:116: Class <<ambiguous>>DataNotValidIOException not
found.
int cb = ((DataNotValidIOException) ce
^
message/DataSend.java:218: Ambiguous class: Freenet.VerifyingInputStream and
Freenet.support.VerifyingInputStream
VerifyingInputStream vis;
^
message/DataSend.java:221: Class <<ambiguous>>DataNotValidIOException not found.
} catch (DataNotValidIOException e) {
^
message/DataSend.java:225: Variable e may not have been initialized.
throw e;
^
message/DataSend.java:299: Class <<ambiguous>>DataNotValidIOException not found.
if (ce.getIOException() instanceof DataNotValidIOException)
{
^
message/DataSend.java:301: Class <<ambiguous>>DataNotValidIOException not found.
int cb = ((DataNotValidIOException)
^
11 errors
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev