Sebastian
Sebastian
New method is part of `ViewportModel.java` on the bottom of the file. This ReferencedEnvelope is used in other places also. Additionally I refactored the `ViewportModel` a little bit according to...
With this Pull-Request I want to fully remove the deprecated use of `toURL()` without calling `toURI()` beforehand. I did a research and verified the whole project in regards to the...
in module 'org.locationtech.udig.catalog.ui'
Within the javadoc of `newInstance()` it is described how to fix the deprecation (Class.class): ``` clazz.newInstance() can be replaced by clazz.getDeclaredConstructor().newInstance() ``` This is what I did for all places...
This new attribute is required to move on to Java 9 or newer.