mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add logging for possible INRE during tree modification
This commit is contained in:
+1
@@ -45,6 +45,7 @@ public abstract class AbstractTreeStructureBase extends AbstractTreeStructure {
|
||||
if (elements.stream().anyMatch(Objects::isNull)) LOG.error("provider creates null child: " + provider);
|
||||
}
|
||||
catch (IndexNotReadyException e) {
|
||||
LOG.debug("TreeStructureProvider.modify requires indices", e);
|
||||
throw new ProcessCanceledException(e);
|
||||
}
|
||||
catch (ProcessCanceledException e) {
|
||||
|
||||
Reference in New Issue
Block a user