dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU] fxcop


From: Earnie Boyd
Subject: Re: [DotGNU] fxcop
Date: Sat, 01 May 2004 19:07:54 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Gopal V wrote:

Hi,

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

Forgive my stupidity but ...

How is a defined?

if(a == "")

What happens here if a is null?

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

And what happens here if a is null?

Earnie

--
http://www.mingw.org
http://sourceforge.net/projects/mingw
https://sourceforge.net/donate/index.php?user_id=15438



reply via email to

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