[Mono-bugs] [Bug 633675] Compiling a ArrayList adapter produces incorrect intermediate java code
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 27 12:52:31 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=633675
https://bugzilla.novell.com/show_bug.cgi?id=633675#c4
Paul Marsh <pdkm2000 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |REOPENED
InfoProvider|pdkm2000 at hotmail.com |
--- Comment #4 from Paul Marsh <pdkm2000 at hotmail.com> 2010-08-27 16:52:30 UTC ---
Very simple app...
Java;
package mDList2;
import android.content.Context;
import java.lang.Object[];
import java.util.List;
...
C#;
public class OrderAdapter : ArrayAdapter
{
private ArrayList<string> items;
public OrderAdapter(Context context, int textViewResourceId,
ArrayList<string> items)
: base(context, textViewResourceId, items)
{
this.items = items;
}
}
--
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