Closed sschulz92 closed 2 years ago
May I ask: how long are those strings there? Do you think this kind of change will be done sooner than later?
In Eclipse warnings are shown which I want to get rid of. I would prefer TODO comments, to externalize those strings. What do you think?
May I ask: how long are those strings there? Do you think this kind of change will be done sooner than later?
In Eclipse warnings are shown which I want to get rid of. I would prefer TODO comments, to externalize those strings. What do you think?
Hmm, thats why this are warnings in the IDE, I guess no need to add aditional TODO right there. I guess the challange is to identify those messages to export and those that are not visible in UI
With https://github.com/locationtech/udig-platform/pull/590 and this PR, I managed to get all
SubProgressMonitor
places to be updated :)I assume this part to be done with this PR beeing merged.