[Mono-bugs] [Bug 690048] New: Overriding AsyncTask<, , >.RunInBackground doesn't generate java stub.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 26 16:09:16 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=690048
https://bugzilla.novell.com/show_bug.cgi?id=690048#c0
Summary: Overriding AsyncTask<,,>.RunInBackground doesn't
generate java stub.
Classification: Mono
Product: MonoDroid
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: mkestner at novell.com
ReportedBy: mkestner at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13
(KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Users report invalid java generation when overriding RunInBackground on the
generic subclass of AsyncTask. User reported:
I get a "Packaging Error" error stating that the class that I'm using to
subclass AsyncTask "is not abstract and does not override abstract method
doInBackground(java.lang.Object...) in android.os.AsyncTask". The error also
states:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
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