added NotNull annotations for EA-28713 - NPE: DefaultJavaProgramRunner.addDefaultActions

This commit is contained in:
nik
2011-08-09 11:25:25 +04:00
parent c3e24a2c3b
commit 2f10237569
12 changed files with 12 additions and 5 deletions
@@ -103,6 +103,7 @@ public class AppletConfiguration extends ModuleBasedConfiguration<JavaRunConfigu
return params;
}
@NotNull
protected OSProcessHandler startProcess() throws ExecutionException {
final OSProcessHandler handler = super.startProcess();
final AppletHtmlFile htmlUrl = myHtmlURL;
@@ -262,6 +262,7 @@ public class ApplicationConfiguration extends ModuleBasedConfiguration<JavaRunCo
return params;
}
@NotNull
@Override
protected OSProcessHandler startProcess() throws ExecutionException {
final OSProcessHandler handler = super.startProcess();