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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
