UAST
Stateful extension
Warning
Performance
New
Last modified: 03 December 2024Reports extensions and quick-fixes holding potentially leaking state.
Keeping references to PsiElement
, PsiReference
, or Project
instances can result in memory leaks.
Ideally, these should be stateless. For quick-fix, see LocalQuickFixOnPsiElement
as a convenient base class.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
StatefulEp
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Plugin DevKit, 243.23126 |
Thanks for your feedback!
Was this page helpful?