-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JetBrains: Crash occurred when clicking on JB's Intention Bulb icon for some error code. #1435
Labels
Comments
dominiccooney
added a commit
that referenced
this issue
May 13, 2024
…ch don't support inlay models. (#1490) ImaginaryEditor does not support InlayModel and throws an UnsupportedOperationException; IntentionPreviewEditor throws an IntentionPreviewUnsupportedOperationException: UnsupportedOperationException, etc. Fixes #1488, #1486, #1485, #1480, #1466, #1462, #1435, #1363 ## Test plan ``` ./gradlew test --tests InlayModelUtilTest ``` Ran the IDE and clicked between editors, requesting autocompletes.
@dominiccooney I'm seeing this on Stacktrace:
|
Might be related to this too? #1538 |
The issue does not appear in the default version of IDE we use in development. It does occur for 2023.3. |
mkondratek
added a commit
that referenced
this issue
May 22, 2024
mkondratek
added a commit
that referenced
this issue
May 22, 2024
) Fixes #1435. ## Test plan 1. Run IntelliJ 2023.3 or later 2. Have a file with an error in the code (e.g. val field without initialisation in Kotlin). 3. Hover on the error (red underlined text), open the red light bulb icon ### Expected No error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cody Version
v5.5.8
IDE Information
IntelliJ IDEA 2023.3.4 (Community Edition)
Build #IC-233.14475.28, built on February 13, 2024
Runtime version: 17.0.10+1-b1087.17 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
PythonCore (233.14475.9)
com.soywiz.korge.korge-intellij-plugin (4.0.4)
com.sourcegraph.jetbrains (5.5.8)
Kotlin: 233.14475.28-IJ
Describe the bug
Platform: Windows
Steps to reproduce:
Observed behavior:
Crash occurred with following stacktrace,
Stacktrace:
Expected behavior
Cody crash should not occur.
Additional context
Video link:
https://drive.google.com/file/d/1XO-uPXmQMwRUx1JLPfsptXBJCqS1rwkc/view?usp=drive_link
The text was updated successfully, but these errors were encountered: