Modify ↓
Opened 9 years ago
Closed 9 years ago
#13347 closed enhancement (fixed)
[Patch] simplify CrossingWays test
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
In CrossingWays.java each way segment is searched in a HashSet errorSegments,
which is never filled with anything. The attached patch removes these useless
tests.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | simplify_CrossingWays.patch added |
---|
comment:1 by , 9 years ago
Milestone: | → 16.08 |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10803/josm: