Tags: 2_05, compile, files, followingjavac, input, java, javac, note, operations, programming, project, unchecked, unsafe

"Some input files use unchecked or unsafe operations."

On Java Studio » Java Programming

561 words with 1 Comments; publish: Sat, 22 Sep 2007 17:09:00 GMT; (15062.50, « »)

When i compile my (1.4.2_05) Java project I get the following

[javac] Note: Some input files use unchecked or unsafe operations.

[javac] Note: Recompile with -Xlint:unchecked for details.

Is there any doc explaning this? At http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#javac I found a note about this "-Xlint" option, but I want to know _what_ code is producing this "unchekced/unsafe" operations.

All Comments

Leave a comment...

  • 1 Comments
    • Ah, found it: http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html#options
      #1; Fri, 06 Jul 2007 13:29:00 GMT