Back to Intellij Community

WorkspaceEntityMutableField

plugins/devkit/intellij.devkit.workspaceModel/resources/inspectionDescriptions/WorkspaceEntityMutableField.html

2025.3-rc-2257 B
Original Source

Detects unsupported var fields in the inheritors of WorkspaceEntity interface

Interface implementing WorkspaceEntity have to have only val fields because it's immutable. Implementation of WorkspaceEntity.Builder will be generated for the mutation