mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
NPE
This commit is contained in:
+3
-1
@@ -368,7 +368,9 @@ public abstract class InspectionToolsConfigurable extends BaseConfigurable imple
|
||||
panel.disposeUI();
|
||||
}
|
||||
myPanels.clear();
|
||||
Disposer.dispose(mySelectionAlarm);
|
||||
if (mySelectionAlarm != null) {
|
||||
Disposer.dispose(mySelectionAlarm);
|
||||
}
|
||||
}
|
||||
|
||||
public void selectProfile(String name) {
|
||||
|
||||
Reference in New Issue
Block a user