Skip to content

"Redundant override" #2

@JorgeAmVF

Description

@JorgeAmVF

This inspection reports redundant 'override' function which can be omitted.

        override fun onPageFinished(view: WebView, url: String) {
            // TODO Auto-generated method stub
            super.onPageFinished(view, url)
        }

Kotlin community members guess it may be a lint issue instead of a real problem:

This looks like a Lint issue. [...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions