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
190 stars 133 forks source link

Add missing line in RenderExecutorComposite to set information #621

Closed sschulz92 closed 2 years ago

sschulz92 commented 2 years ago

if renderer job is system job or not

fgdrf commented 2 years ago

Since its a subclass of renderJob it automatically uses setup from super implementation. With this changeset the same property would be set twice, see:

https://github.com/locationtech/udig-platform/blob/b18c4a3ce0aabb5159f640b49df2a5513940f16a/plugins/org.locationtech.udig.project/src/org/locationtech/udig/project/internal/render/impl/RenderJob.java#L62-L75

would you agree?