dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #11431] Conversion of a string into a bool, chec


From: James Michael DuPont
Subject: [Pnet-developers] [bugs #11431] Conversion of a string into a bool, checking if null
Date: Wed, 29 Dec 2004 11:24:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #11431] Latest Modifications:

Changes by: 
                James Michael DuPont <address@hidden>
'Date: 
                Wed 12/29/2004 at 11:24 (Europe/Berlin)

------------------ Additional Follow-up Comments ----------------------------
this was my fault!!!
not a bug!
class f0oooo{void foo (){string fooStr; if (fooStr != null ){}}}

Sorry. please close






/**************************************************************************/
[bugs #11431] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11431>
Project: DotGNU Portable.NET
Submitted by: James Michael DuPont
On: Wed 12/29/2004 at 11:13

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Conversion of a string into a bool, checking if null

Original Submission:  This produces an error in pnet :
../../testcase7.cs:1: invalid operands to binary `!='
../../testcase7.cs:1: no conversion from `int' to `bool'

class f0oooo{
    void foo (){
        string fooo; 
        if (foo != null ){}
    }
}



Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 12/29/2004 at 11:24       By: James Michael DuPont <mdupont>
this was my fault!!!
not a bug!
class f0oooo{void foo (){string fooStr; if (fooStr != null ){}}}

Sorry. please close












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11431>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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