locationtech / udig-platform

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community
http://udig.refractions.net
189 stars 133 forks source link

Fix possible NullPointerException in RenderManagerAdapters #600

Closed sschulz92 closed 2 years ago

sschulz92 commented 2 years ago

Since getMapDisplay() may return NULL, I added two NPE checks to the class RenderManagerAdapters.

Unfortunately I cannot provide any stacktrace.