-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
uDig has a lot of sys.out calls, which should be replaced by a logger. This improves the code-quality a lot including error handling within the RCP client.
Example:
CreateAndSelectNewFeature.java
if (fid != null) {
System.out.println("Create and select feature:" + fid); //$NON-NLS-1$
} else {
System.out.println(
"Create and select feature did not produce a feature id to select"); //$NON-NLS-1$
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels