Inspectopedia
 
2024.3

Listener implementation implements 'Disposable'

Error
Reliability
New
Last modified: 03 December 2024

Reports listener implementations that implement com.intellij.openapi.Disposable.

Listener implementations must be stateless and must not implement life-cycle, including com.intellij.openapi.Disposable.

See documentation for more information.

New in 2023.3