[Mono-bugs] [Bug 645455] New: Unassigned out params not caught

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 11 13:08:01 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=645455

https://bugzilla.novell.com/show_bug.cgi?id=645455#c0


           Summary: Unassigned out params not caught
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.8.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jaharper at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Test case attached, probably easier to read that than my explanation.  But
basically if an out param is passed to another method, but the method is in a
conditional expression (so it might not be called), we are not flagging that
the out param might not be set.

Compilation of the test case should fail.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list