android-components / mozilla.components.tooling.lint / LintLogChecks

LintLogChecks

class LintLogChecks (source)

Custom lint checks related to logging.

Constructors

<init>

LintLogChecks()

Custom lint checks related to logging.

Functions

getApplicableMethodNames

fun getApplicableMethodNames(): List<String>

visitMethod

fun visitMethod(context: <ERROR CLASS>, node: <ERROR CLASS>, method: <ERROR CLASS>): Unit

Companion Object Properties

issues

val issues: List<<ERROR CLASS>>