8000 new lint error: MissingSuperCall · Issue #16978 · cgeo/cgeo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
new lint error: MissingSuperCall #16978
Closed
@bekuno

Description

@bekuno

With PR #16874 we get now new lint errors of type MissingSuperCall:

src\main\java\cgeo\geocaching\ui\CheckableItemSelectActivity.java:137: Error: Overriding method should call super.onBackPressed [MissingSuperCall]
    public void onBackPressed() {
                ~~~~~~~~~~~~~
src\main\java\cgeo\geocaching\EditWaypointActivity.java:318: Error: Overriding method should call super.onBackPressed [MissingSuperCall]
    public void onBackPressed() {
                ~~~~~~~~~~~~~
src\main\java\cgeo\geocaching\filters\gui\GeocacheFilterActivity.java:370: Error: Overriding method should call super.onBackPressed [MissingSuperCall]
    public void onBackPressed() {
                ~~~~~~~~~~~~~
src\main\java\cgeo\geocaching\maps\routing\RouteSortActivity.java:216: Error: Overriding method should call super.onBackPressed [MissingSuperCall]
    public void onBackPressed() {
                ~~~~~~~~~~~~~

   Explanation for issues of type "MissingSuperCall":
   Some methods, such as View#onDetachedFromWindow, require that you also call
   the super implementation as part of your method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0