[Mono-bugs] [Bug 654527] New: System.InvalidOperationException When Inheriting From JavaDictionary<K, V>
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 17 23:34:33 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=654527
https://bugzilla.novell.com/show_bug.cgi?id=654527#c0
Summary: System.InvalidOperationException When Inheriting From
JavaDictionary<K, V>
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: mkestner at novell.com
ReportedBy: danomania at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12)
Gecko/20101026 Firefox/3.6.12
When inheriting from any of the runtime helper classes, compilation fails with
System.InvalidOperationException.
Reproducible: Always
Steps to Reproduce:
1. Create either of the following classes
class DatabaseVersionMap : JavaDictionary<Java.Lang.Integer,
JavaList<Java.Lang.String>>
{
}
class DatabaseVersionMap : JavaDictionary<int, JavaList<string>>
{
}
2. Compile
Actual Results:
Error 1 System.InvalidOperationException: Command failed. Command:
C:\Program Files (x86)\Java\jdk1.6.0_22\bin\javac.exe "-d" "bin\classes"
"-classpath" "C:\Program Files\Motorola Mobility\MOTODEV Studio for Android
2.0\android_sdk\platforms\android-8\android.jar;C:\Users\Dan\Documents\Visual
Studio
2010\Projects\ContentProviderSandbox\ContentProviderSandbox\obj\Debug\android\bin\mono.android.jar"
"@C:\Users\Dan\AppData\Local\Temp\tmpE2D1.tmp" C:\Users\Dan\Documents\Visual
Studio 2010\Projects\ContentProviderSandbox\ContentProviderSandbox\monodroid
ContentProviderSandbox
Expected Results:
Successful compilation
--
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