|
From: Sigletos G. <sig...@te...> - 2007-12-12 13:42:32
|
Hello. Is this list currently active?
I get the following error message when compiling jspider:
[javac] Compiling 58 source files to
/projects/home/jspider-src-0.5.0-dev/src/stage/compiled/main
[javac]
/projects/home/jspider-src-0.5.0-dev/src/stage/src/main/net/javacoding/jspider/core/threading/WorkerThread.java:109:
getState() in net.javacoding.jspider.core.threading.WorkerThread cannot
override getState() in java.lang.Thread; attempting to use incompatible
return type
[javac] found : int
[javac] required: java.lang.Thread.State
[javac] public int getState ( ) {
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
Any ideas? Thanks
|