Back to Intellij Community

ExtensionRegisteredAsServiceOrComponent

plugins/devkit/devkit-core/resources/inspectionDescriptions/ExtensionRegisteredAsServiceOrComponent.html

2025.3-rc-2333 B
Original Source

Reports extension implementation being additionally registered as a service/component.

While there can be multiple extension instances, the IntelliJ Platform ensures that only one instance of a service/component is loaded, thus registering the same class as both an extension and a service/component may cause issues.

New in 2023.2