On Mon, 17 Apr 2000, Ian Clarke wrote:
> I know this has been mentioned already, but it would be cool if we had
> no warnings:
> 
> javac -deprecation DataProperties.java 
> DataProperties.java:51: Note: The method void save(java.io.OutputStream,
> java.lang.String) in class java.util.Properties has been deprecated.
>         save(out, descriptor);          // from Properties class
>             ^
> Note: DataProperties.java uses or overrides a deprecated API.  Please
> consult the documentation for a better alternative.
> 1 warning
> 
> ...nothing bugs me more than compiling code and seeing a string of
> wwarnings (ok, apart from the Spice Girls that is!).
> 

Umm, problem... freenet (last I looked) was being developed to be Java 1.1
compatible... so if you compile under Java 2 (like any civilized programmer)
you still may get warnings ;-)

technomancer

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to