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

Use 'isEmpty()' rather than 'size() == 0' #652

Closed sschulz92 closed 2 years ago

sschulz92 commented 2 years ago

I want to replace .size() == 0 calls with isEmpty()

Additionally I applied the code-formatter.