Back to Intellij Community

PsiElementConcatenation

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

2025.3-rc-2207 B
Original Source

Reports direct usage of PsiElement and PsiType in strings.

When building strings for PsiJavaParserFacade.createExpressionFromText() (or similar methods), PsiElement.getText() should be used instead.