[263] inaccurate 'Type cast is redundant' warning Permanently deleted user Created October 03, 2006 18:25
Thank you for the report.
This issue will be fixed in the next version
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Richard" <monica.spence@t4g.com> wrote in message
news:efu2cn$vub$1@is.intellij.net...
>
>
>
>
>
Eugene,
I get a similar thing with delegates - it tells me the cast is invalid, but
fails to compile if I remove it.
Dino
DataAccess.BaseClassData baseClassData =
PerformDBFunction((Delegates.BaseClassDataGuidDelegate) this.DataClass.Load,
uniqueID);
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
message news:efu6e9$k29$1@is.intellij.net...
>
>> Hi,
>>
>> Given the following code, ReSharper reports that the cast to string is
>> redundant:
>>
>> private IEnumerator