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

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


           Summary: [generator] Arrays of arrays are not properly
                    supported.
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Tools
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Constructors (and probably methods) that take parameters that are arrays of
arrays (e.g. int[][]) are not bound properly.  For example, consider:

http://developer.android.com/reference/android/content/res/ColorStateList.html#ColorStateList(int[][],
int[])

This is a ColorStateList(int[][], int[]) constructor.  However, in MonoDroid
it's instead bound as a ColorStateList(int[],int[]) constructor:

http://docs.monodroid.net/index.aspx?link=C:Android.Content.Res.ColorStateList(System.Int32[],System.Int32[])

This results in a NoSuchMethodError when attempting to invoke this constructor.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to