AutoDisposeDetector

class AutoDisposeDetector : Detector, SourceCodeScanner

Detector which checks if your stream subscriptions are handled by AutoDispose.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun beforeCheckRootProject(context: Context)
Link copied to clipboard
open override fun createUastHandler(context: JavaContext): UElementHandler
Link copied to clipboard
open override fun getApplicableMethodNames(): List<String>
Link copied to clipboard
open override fun getApplicableUastTypes(): List<Class<out UElement>>