mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
NPE
This commit is contained in:
+2
@@ -287,6 +287,8 @@ public abstract class DestinationFolderComboBox extends ComboboxWithBrowseButton
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (oItem == null) return itemWrapper == null;
|
||||
if (itemWrapper == null) return false;
|
||||
if (oItem.getDirectory() != itemWrapper.getDirectory()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user