Frank Gasdorf

Results 25 issues of Frank Gasdorf

which blocks to do domain name resolution Change-Id: I6da743dfa70520a82185eacbc13f22d852cab69a Signed-off-by: Frank Gasdorf

What I did: * add natruralearth dataset 10m-admin-0-countries.shp to map * opened Search View and typed "countries" into search field * exectued search, the following exception has been logged, nothing...

to have a common way to log messages overall modules. Reduces code-duplications as well, if deprecated methods are removed in the future Signed-off-by: Frank Gasdorf

Change-Id: I15c03a9a0668e55b9f20492e1f2769a53d1ee182 Signed-off-by: Frank Gasdorf

Cleanup and Refactor Code: * removes deprecated Command Factories * using packages w/o "internal" to allow to used Commands wherever required * slitting up command implementation from API into seperate...

While reviewed #617 I stumbled about `org.locationtech.udig.style.sld.editor.internal.FilteredTree` and subclass `org.locationtech.udig.style.sld.editor.internal.FilteredComboTree`. Both having Eclipse file comments and seems to be copied from Eclipse. Questions: * Where are the differences to the...

reported by a sonarqube analysis, several classes & methods are affected: * `org.locationtech.udig.catalog.ui.FileConnectionPage.openFileDialog(Composite) ` * `org.locationtech.udig.catalog.ui.FileConnectionPage.checkDND(FileDialog)` * `org.locationtech.udig.catalog.ui.FileConnectionPage.list` * `org.locationtech.udig.catalog.memory.MemoryServiceExtensionImpl.createService(URL, Map)` * `org.locationtech.udig.catalog.memory.MemoryServiceExtensionImpl.impl`

reported by sonarqube analysis in several implementations: * `org.locationtech.udig.catalog.ServiceParameterPersister.store(IProgressMonitor, Preferences, Collection)` * `org.locationtech.udig.catalog.internal.CatalogImpl.replace(ID, IService)` * `org.locationtech.udig.catalog.ui.search.SearchView$1.refresh(IResolve)` * `org.locationtech.udig.catalog.ui.search.SearchView.showInfo(Info)` * `org.locationtech.udig.catalog.ui.workflow.ResourceSelectionState.match(Collection, URL, IProgressMonitor)`

Following test-cased failed in a workflow build only once. After restart of the build it was fine for the same codebase. ``` java.lang.NullPointerException at org.locationtech.udig.tools.edit.commands.AddGeomCommandTest.testRun(AddGeomCommandTest.java:76) ```