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 NPE for junit and testng test actions. #5308

Merged
merged 1 commit into from
Jun 13, 2017
Merged

Conversation

AndrienkoAleksandr
Copy link
Contributor

@AndrienkoAleksandr AndrienkoAleksandr commented Jun 8, 2017

What does this PR do?

Detail:
Fix NPE in case if user open context menu in the jar nodes in the ProjectExplorer.
Fix NPE when user click to RUN menu in the main toolbar in the workspace without projects.
Fix NPE when user launch step into action in the java debugger which should open java files from some jar and click Run menu.
Clean up unused injections and imports.
Main goal of this pull request: fix NPE and nothing to break :)

What issues does this PR fix or reference?

#5270

Changelog

Fix NPE for junit and testng test actions.

Release Notes

Fix NPE for junit and testng test actions.

Docs PR

Don't need. It's only bugfix.

Signed-off-by: Aleksandr Andrienko aandrienko@codenvy.com

Detail:
Fix NPE in case if user open context menu in the jar nodes in the ProjectExplorer.
Fix NPE when user click to RUN menu in the main toolbar in the workspace without projects.
Fix NPE when user launch step into action in the java debugger which should open java files from some jar.
Clean up unused injections and imports.

Main goal of this pull request: fix NPE and nothing to break :)

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
@AndrienkoAleksandr
Copy link
Contributor Author

ci-build.

@codenvy-ci
Copy link

@slemeur slemeur added this to the 5.12.0 milestone Jun 9, 2017
@slemeur slemeur added the kind/bug Outline of a bug - must adhere to the bug report template. label Jun 9, 2017
@slemeur slemeur added the severity/P1 Has a major impact to usage or development of the system. label Jun 13, 2017
@AndrienkoAleksandr AndrienkoAleksandr merged commit 8720ded into master Jun 13, 2017
@AndrienkoAleksandr AndrienkoAleksandr deleted the CHE-5270 branch June 13, 2017 09:36
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Detail:
Fix NPE in case if user open context menu in the jar nodes in the ProjectExplorer.
Fix NPE when user click to RUN menu in the main toolbar in the workspace without projects.
Fix NPE when user launch step into action in the java debugger which should open java files from some jar.
Clean up unused injections and imports.

Main goal of this pull request: fix NPE and nothing to break :)

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants