Skip to content
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

fix: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'project' of com/intellij/execution/ui/RunContentManager.getInstance must not be null #1382

Merged

Conversation

angelozerr
Copy link
Contributor

fix: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'project' of com/intellij/execution/ui/RunContentManager.getInstance must not be null

Fixes #1379

This PR remove the Quarkus contextual menu which was available when Quarkus run configuration was launched to provide:

  • Open theQuarkus App
  • Open the DevUI

Those action are available in the Services view:

image

which is better than contexual menu.

By removing those action from the contextual menu, it fixes the issue and fixes too some bugs (menu was available in any console, menu was availble when app was stopped, etc)

'project' of com/intellij/execution/ui/RunContentManager.getInstance
must not be null

Fixes redhat-developer#1379

Signed-off-by: azerr <[email protected]>
Copy link

sonarcloud bot commented Aug 30, 2024

@angelozerr angelozerr merged commit 66f8c8e into redhat-developer:main Aug 30, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant