| Author |
Compiler warning recieved, what does it mean??
|
Fazz
Greenhorn
Joined: Mar 16, 2006
Posts: 9
|
|
Hi, Im using BlueJ to write my program. Everytime i try to compile the program, it compiles but also produces the following warning: Note: C:\Documents and Settings\Desktop\CLASSIFIER\Filein.java uses unchecked or unsafe operations Note: Recompile with -Xlint:unchecked for details. Any idea whats going on?? Farah
|
 |
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
|
|
It looks like you're using some sort of Collection in Java 5.0 without its generic type. See Generics.
|
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
|
 |
 |
|
|
subject: Compiler warning recieved, what does it mean??
|
|
|