Skip to content

Track down all manual calls to dispose() in the IntelliJ Plugin #6077

Open
@jacob314

Description

@jacob314

Some classes like FlutterWidgetPerf
implement the Disposable interface but have dispose()
called manually which is counter to how dispose() should be called for a properly functioning IntelliJ plugin.

Mixing manual and automatic calls to dispose leads to confusing bugs like
#6042

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions