Re: fxcop
Earnie Boyd <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
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