Zip — 148762

According to the PhpStorm 2024.2 EAP 1 Release Notes , this ID represents a fix regarding the removal of a "Disposable parent" from a specific internal class ( com.intellij.psi ).

: The task focuses on memory management and plugin stability . In IntelliJ's architecture, "Disposables" are used to prevent memory leaks; removing a "Disposable parent" typically involves refactoring how resources are cleaned up when a project or component is closed. 148762 zip

: This change affects the IntelliJ Platform , which serves as the foundation for multiple IDEs (Integrated Development Environments) like IntelliJ IDEA , PyCharm , and WebStorm . According to the PhpStorm 2024