|
-
May 6th, 2006, 04:44 PM
#2
Re: Recompile with -Xlint???
Its a compiler warning that lets you know you that you are using a raw type of a class that is implemented using generics. To find out exactly what lines the compiler is referring to, compile from the command line using:
javac -Xlint:unchecked <class to compile>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|