Closed
Description
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
Labels
No labels