-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE for junit and testng test actions. (#5308)
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>
- Loading branch information
1 parent
fe60e9f
commit 8720ded
Showing
5 changed files
with
58 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters