-
Notifications
You must be signed in to change notification settings - Fork 28
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
bug: java.lang.NullPointerException #3087
Labels
Comments
This was referenced Feb 20, 2025
Hello @zekronium thank you for the report. |
Any project, just navigating the IDE |
tomaszgolebiowski
added a commit
to sourcegraph/cody
that referenced
this issue
Feb 21, 2025
Closes sourcegraph/jetbrains#3087 During creation of TextEditorHighlightingPass VirtualFile can return null. This PR handles this situation. ## Test plan N/A <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> --------- Co-authored-by: Tomasz Gołębiowski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IDE Information
IntelliJ IDEA 2024.3.2.2 (Ultimate Edition)
Build #IU-243.23654.189, built on January 28, 2025
Subscription is active until April 16, 2025.
Runtime version: 21.0.5+8-b631.30 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.3
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 10
Metal Rendering is ON
Registry:
ide.balloon.shadow.size=0
debugger.new.tool.window.layout=true
ide.experimental.ui=true
org.toml.json.schema=false
Non-Bundled Plugins:
com.intellij.javafx (1.0.4)
com.vecheslav.darculaSolidTheme (1.0.3)
PythonCore (243.23654.189)
com.jetbrains.rust (243.23654.180)
cn.jxzhang.plugin.json-formatter (1.6)
Error-prone plugin (243.21565.129)
VisualVMLauncher (1.23.1-IJ2023.3)
com.intellij.guice (243.22562.13)
CheckStyle-IDEA (5.102.0)
ru.artyushov (1.6.0)
com.intellij.nativeDebug (243.23654.117)
com.jetbrains.packagesearch.intellij-plugin (243.0.15)
com.github.copilot (1.5.32-242)
com.sourcegraph.jetbrains (7.66.0)
mobi.hsz.idea.gitignore (4.5.6)
Kotlin: 243.23654.189-IJ
Bug Description
Occurs on opening a project
Additional context
Stacktrace:
The text was updated successfully, but these errors were encountered: