Closed
Bug 1009853
Opened 11 years ago
Closed 11 years ago
Compile error: TopSitesCursorWrapper does not override abstract method getNotificationUri() in Cursor
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: jchen, Assigned: lucasr)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
When using 4.4 SDK (API level 19),
> /home/nchen/gecko-dev/mobile/android/base/db/TopSitesCursorWrapper.java:28: error: TopSitesCursorWrapper is not abstract and does not override abstract method getNotificationUri() in Cursor
> public class TopSitesCursorWrapper implements Cursor {
> ^
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8422359 [details] [diff] [review]
Override getNotificationUri() in TopSitesCursorWrapper (r=mfinkle)
Just enough to build on >= 19.
Attachment #8422359 -
Flags: review?(mark.finkle)
Comment 3•11 years ago
|
||
Comment on attachment 8422359 [details] [diff] [review]
Override getNotificationUri() in TopSitesCursorWrapper (r=mfinkle)
Do you need the "@Override" annotation? I did not think so, but I didn't know what our convention was.
Attachment #8422359 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #3)
> Comment on attachment 8422359 [details] [diff] [review]
> Override getNotificationUri() in TopSitesCursorWrapper (r=mfinkle)
>
> Do you need the "@Override" annotation? I did not think so, but I didn't
> know what our convention was.
It won't built on pre-19 if I add the @Override annotation, this is why I didn't add it.
Comment 5•11 years ago
|
||
Assignee: nobody → lucasr.at.mozilla
Status: NEW → ASSIGNED
Comment 6•11 years ago
|
||
Gah, wrong URL:
https://hg.mozilla.org/integration/fx-team/rev/69e3f129484a
Reporter | ||
Updated•11 years ago
|
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•