Opened 16 years ago
Closed 16 years ago
#1588 closed defect (fixed)
Various cleaning up
Reported by: | bruce89 | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
This patch removes as many warnings as I can make sense of. It contains removal of unused imports as well as other changes.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | cleanup.patch added |
---|
comment:1 by , 16 years ago
about the change in ExtrudeAction: The leftover line:
77: try { Integer.parseInt(Main.pref.get("edit.initial-move-threshold","5")); } catch (NumberFormatException x) {}
is useless. I'd suggest to drop it completely.
---
About the change from "main.ds." to "DataSet.": Um, at first glance this seems to be a bad idea. Someone knowing the internals of JOSM better should check this.
Cleanup