don't try to get the parent of an empty FQ name (EA-73459 - ISE: FqName.parent)
#KT-9162 Fixed
This commit is contained in:
@@ -297,7 +297,7 @@ public class JetRunConfiguration extends ModuleBasedConfiguration<RunConfigurati
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String suggestedName() {
|
public String suggestedName() {
|
||||||
if (MAIN_CLASS_NAME == null) {
|
if (StringUtil.isEmpty(MAIN_CLASS_NAME)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return StringUtil.trimEnd(MAIN_CLASS_NAME,
|
return StringUtil.trimEnd(MAIN_CLASS_NAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user