Modify ↓
Ticket #3590 (closed defect: fixed)
Primitives or objects: Pick one
| Reported by: | avar | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
Some parts of JOSM refer to "primitives" in user messages while others refer to "objects". JOSM should use one term consistently, I'd prefer the latter.
Attachments
Change History
comment:2 Changed 14 months ago by mjulius
- Status changed from new to closed
- Resolution set to fixed
In [3995/josm]:
Note: See
TracTickets for help on using
tickets.



I've usually been using primitive, probably because the data class is called OsmPrimitive. The API spec uses the term object, though.
In the meantime I prefer object over primitive. If we replace primitive by object lots of I18n strings will have to be updated. We should therefore wait with cleaning them up until the next tested is released.