File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
org.eclipse.m2e.launching
src/org/eclipse/m2e/actions Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %Bundle-Name
44Bundle-SymbolicName : org.eclipse.m2e.launching;singleton:=true
5- Bundle-Version : 2.0.600 .qualifier
5+ Bundle-Version : 2.0.601 .qualifier
66Bundle-Localization : plugin
77Require-Bundle : org.eclipse.core.runtime,
88 org.eclipse.core.variables,
Original file line number Diff line number Diff line change @@ -399,6 +399,9 @@ private boolean showLaunches() {
399399 }
400400
401401 private ILaunchConfiguration [] findLaunches (IContainer parent ) {
402+ if (parent == null ) {
403+ return new ILaunchConfiguration [0 ];
404+ }
402405 try {
403406 List <ILaunchConfiguration > matchingConfigurations = ExecutePomAction
404407 .getMatchingConfigurations (parent .getLocation ());
You can’t perform that action at this time.
0 commit comments