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

760: fixed throwable when io exception is thrown during plugin generation #860

Conversation

bohdan-harniuk
Copy link
Collaborator

Description (*)

Fixed java.lang.Throwable: when an IOException is thrown during new plugin generation.

The bug was reproduced programmatically:

Screenshot 2021-12-17 at 22 30 58

Obsolete popup with detailed message was eliminated:

Screenshot 2021-12-17 at 22 36 30

Main popup with an general error was updated with detailed message IF it is known in particular case:

before:

Screenshot 2021-12-17 at 22 36 39

after:

Screenshot 2021-12-17 at 23 33 23

Fixed Issues (if relevant)

  1. Fixes [Bug] java.lang.Throwable: when an IOException is thrown during new plugin generation #760

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

…plugin into 760-fix-Throwable-when-IOException-is-thrown-during-plugin-generation
…plugin into 760-fix-Throwable-when-IOException-is-thrown-during-plugin-generation
Copy link
Collaborator

@andrewbess andrewbess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @bohdan-harniuk
Thank you for your contribution
It looks good for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] java.lang.Throwable: when an IOException is thrown during new plugin generation
2 participants