java 1.5 - generics "unchecked cast" suppression
From: Steven Buroff (sburoff_at_optonline.net)
Date: 09/26/04
- Previous message: Brusque: "Re: Project confusion"
- Next in thread: Paul Lutus: "Re: java 1.5 - generics "unchecked cast" suppression"
- Reply: Paul Lutus: "Re: java 1.5 - generics "unchecked cast" suppression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Sep 2004 13:51:57 GMT
Is there a way to suppress the "unchecked cast" message for a particular
statement rather than an entire file. There are times when you can't really
avoid the cast. In my case, I'm reading back in a previously serialized
object. I need to cast it. Thanks in advance.
Steve
- Previous message: Brusque: "Re: Project confusion"
- Next in thread: Paul Lutus: "Re: java 1.5 - generics "unchecked cast" suppression"
- Reply: Paul Lutus: "Re: java 1.5 - generics "unchecked cast" suppression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|