dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re:[DotGNU] fxcop


From: Gopal V
Subject: re:[DotGNU] fxcop
Date: Sat, 1 May 2004 08:47:41 -0700 (PDT)

Hi,

As an experimental patch ... I've made a patch to
convert

if(a == "")

to 

if(a != null && a.Length == 0)

inside the compiler ... Purely experimental. Just
to show that it can be done ... 

It does not do if("" == a) ... which is left as an 
exercise for the reader ;-)

Gopal

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Attachment: cs_oper.tc.patch
Description: cs_oper.tc.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]