aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
749 stars 216 forks source link

Amazon Q break configuration and run java application java.lang.NullPointerException: getVirtualFile(...) must not be null #4559

Closed fabriciormartins closed 3 months ago

fabriciormartins commented 3 months ago

Describe the bug After update for 3.9-241, my configured applications to run were broken when I try to start. The configuration of run open but don't show any data to try change.

To reproduce You'll need a simple java application and a simple main method to startup and the version

  1. Go to java class and main method
    1. Click on the play icon to run it
    2. Scroll go to notifications
    3. See error java.lang.NullPointerException: getVirtualFile(...) must not be null

Expected behavior

Screenshots

Your Environment

Additional context image

rli commented 3 months ago

Same as https://github.com/aws/aws-toolkit-jetbrains/issues/4554