small fixes

This commit is contained in:
honfika@gmail.com
2015-03-07 21:01:41 +01:00
parent 46f73248bd
commit 9443e32c1b
6 changed files with 35 additions and 13 deletions

View File

@@ -496,7 +496,7 @@ public class View {
}
expandedNodes.add(pathAsStringList);
}
} catch (IndexOutOfBoundsException ex) {
} catch (IndexOutOfBoundsException | NullPointerException ex) {
// TreeNode was removed, ignore
}
}