[Mono-bugs] [Bug 660400] New: [generator] Arrays of arrays are not properly supported.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 17 21:38:12 EST 2010


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: mkestner at novell.com
        ReportedBy: jpryor at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list