Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logged NPE in ViewerUpdateMonitor constructor eclipse-platform#1500
There is a logged NPE in the constructor of ViewerUpdateMonitor when viewerInput is null. This can happen sporadically when updating tree elements during Viewer.setInput(null). This commit adds a check to avoid creating children updates when the viewer input is null. Fixes eclipse-platform#1500
- Loading branch information