github / codespaces-jetbrains-feedback

Feedback on the Codespaces integration with JetBrains IDEs
Apache License 2.0
32 stars 7 forks source link

NullPointerException while using JetBrains Gateway plugin #103

Closed oiiakm closed 1 year ago

oiiakm commented 1 year ago

Description

I encountered a java.lang.NullPointerException while using the JetBrains Gateway plugin. It seems to be related to a casting issue.

Steps to Reproduce

  1. Open the JetBrains Gateway plugin in the IDE.
  2. Perform a specific action or trigger a certain behavior.
  3. Encounter the java.lang.NullPointerException error.

Impact

The java.lang.NullPointerException error disrupts the normal functionality of the JetBrains Gateway plugin. It prevents me from using specific features or performing certain actions.

Additional Context

Error Stack Trace

thomas-sickert commented 1 year ago

Hey @oiiakm, is this the same NullPointer as the one in this thread? https://github.com/github/codespaces-jetbrains-feedback/issues/101#issuecomment-1553887533

oiiakm commented 1 year ago

Yeah @thomas-sickert it is the same thread #101

thomas-sickert commented 1 year ago

Thanks for confirming, going to close this issue and track the fix in that #101