Modify ↓
#8799 closed enhancement (fixed)
visitor pattern
| Reported by: | martin | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | visitor pattern | Cc: |
Description (last modified by )
Please rename the method
org.openstreetmap.josm.data.osm.IPrimitive.visit(PrimitiveVisitor visitor);
IPrimitive.accept(PrimitiveVisitor visitor);
or
IPrimitive.acceptVisitor(PrimitiveVisitor visitor);
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | pattern added |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
by , 13 years ago
| Attachment: | 8799.patch added |
|---|
Note:
See TracTickets
for help on using tickets.



In 6009/josm: