On Sat, Feb 17, 2001 at 08:55:01PM -0500, Kirk Reiser wrote:
> Brandon <blanu at uts.cc.utexas.edu> writes:
> 
> > Can you please post the errors for Sun JDK 1.1.8? I know that the IBM JDK
> > 1.1 has problems, but that is a bug in IBM JDK 1.1, which does not support
> 
> I can certainly give the errors, I posted them here yesterday. They
> were exactly the same for the sun jdk1.1 and the ibm jdk.
> 
> CLASSPATH=../..: javac -d ../.. ../crypt/KeyPair.java 
> ../support/MessageQueue.java ../contrib/fproxy/filter/FilterAnalysis.java
> ../crypt/KeyPair.java:20: Blank final variable 'x' may not have been 
> initialized. It must be assigned a value in an initializer, or in every 
> constructor.
>     public KeyPair(BigInteger priv[], BigInteger pub[]) {
>            ^
> ../crypt/KeyPair.java:20: Blank final variable 'y' may not have been 
> initialized. It must be assigned a value in an initializer, or in every 
> constructor.
>     public KeyPair(BigInteger priv[], BigInteger pub[]) {
>            ^
> ../support/MessageQueue.java:19: Blank final variable 'limit' may not have 
> been initialized. It must be assigned a value in an initializer, or in every 
> constructor.
>     public MessageQueue(int limit) {

These are being set. We could get rid of the final tags on those
variables, but the complaint seems very strange to me. Are all 1.1
compilers giving that?

>            ^
> ../contrib/fproxy/filter/FilterAnalysis.java:44: Method add(java.lang.String) 
> not found in class java.util.Vector.
>       disallowedElements.add(encodeHTML(el));
>                             ^
> ../contrib/fproxy/filter/FilterAnalysis.java:57: Method add(java.lang.String) 
> not found in class java.util.Vector.
>       warningElements.add(encodeHTML(el));
>                          ^

Yeah, the old method is called addElement rather than add. This is an easy
mistake to make.

> 5 errors
> make: *** [build_list] Error 1
> 
>   Kirk
> 
> --
> Kirk Reiser                           The Computer Braille Facility
> e-mail: kirk at braille.uwo.ca                University of Western Ontario
> phone: (519) 661-3061
> 
> _______________________________________________
> Devl mailing list
> Devl at freenetproject.org
> http://www.uprizer.com/mailman/listinfo/devl

-- 
'DeCSS would be fine. Where is it?'
'Here,' Montag touched his head.
'Ah,' Granger smiled and nodded.

Oskar Sandberg
md98-osa at nada.kth.se

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl

Reply via email to