Environment:
- Java: JetBrains s.r.o. 17.0.8.1
- OS: Windows 11 amd64
- IDE: IntelliJ IDEA 2023.2.3
- SonarLint: 9.1.0.75538
*** exception class was changed or removed
Exceptions occurred on invoking the intention 'SonarLint: Inline expression' on a copy of the file.
java.lang.IndexOutOfBoundsException: Wrong endOffset: 2369; documentLength: 2362
at c.ij.oa.editor.impl.DocumentImpl.assertBounds(DocumentImpl.java:664)
at c.ij.oa.editor.impl.DocumentImpl.replaceString(DocumentImpl.java:597)
at c.ij.oa.editor.impl.DocumentImpl.replaceString(DocumentImpl.java:591)
at o.sl.ij.editor.ApplyQuickFixIntentionAction.invoke(ApplyQuickFixIntentionAction.kt:73)
at c.ij.codeInsight.intention.IntentionAction.generatePreview(IntentionAction.java:111)
at c.ij.codeInsight.intention.impl.IntentionActionWithTextCaching$MyIntentionAction.generatePreview(IntentionActionWithTextCaching.java:242)
at c.ij.codeInsight.intention.impl.preview.IntentionPreviewComputable.invokePreview$lambda$3$lambda$2$lambda$1(IntentionPreviewComputable.kt:124)
at c.ij.model.SideEffectGuard.computeWithAllowedSideEffects(SideEffectGuard.java:25)
at c.ij.model.SideEffectGuard.computeWithoutSideEffects(SideEffectGuard.java:18)
at c.ij.codeInsight.intention.impl.preview.IntentionPreviewComputable.invokePreview$lambda$3$lambda$2(IntentionPreviewComputable.kt:123)
at c.ij.psi.impl.source.PostprocessReformattingAspectImpl.lambda$postponeFormattingInside$2(PostprocessReformattingAspectImpl.java:140)
at c.ij.psi.impl.source.PostprocessReformattingAspectImpl.postponeFormattingInside(PostprocessReformattingAspectImpl.java:149)