https://bugzilla.novell.com/show_bug.cgi?id=636465
https://bugzilla.novell.com/show_bug.cgi?id=636465#c0 Summary: Monodroid generates incorrect java for subclasses of generic types. Classification: Mono Product: MonoDroid Version: SVN 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: --- Alter the Hello.cs sample declaration of OrderAdapter to the following: class OrderAdapter : Android.Widget.ArrayAdapter<string> { You'll get a failure in the javac invocation because the java stub produced has: extends android/widget/ArrayAdapter`1 which is wrong because it is / separated and obviously the '1 is wrong. I'm guessing this is just the first of many challenges to correctly support managed subclasses of ArrayAdapter and AdapterView. -- 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
