http://bugzilla.novell.com/show_bug.cgi?id=590750

http://bugzilla.novell.com/show_bug.cgi?id=590750#c1


--- Comment #1 from Antoine Vandecrème <[email protected]> 2010-03-24 
10:24:06 UTC ---
I just detect another case returning false positive.
If we pass an array for the values, only one parameter is detected :

            public void MethodWithGoodFormattingAndArrayParameter()
            {
                string[] values = { "Foo", "Bar" };
                String.Format("{0} {1}", values);
            }

Return : The String.Format method is expecting 2 parameters, but only 1 are
found.

Regards,
Antoine

-- 
Configure bugmail: http://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

Reply via email to