Modify ↓
Attachments (0)
Change History (18)
comment:1 by , 5 years ago
comment:4 by , 5 years ago
Are you sure that this doesn't cause an endless loop when relation contains itself or when we have more complex loops like
a -> b, b-> c; c->a ?
nearestList.stream() .flatMap(o -> o.getReferrers().stream()) .filter(r -> r instanceof Relation && predicate.test(r)) .forEach(nearestList::add);
NavigatableComponent line 1610ff
comment:9 by , 5 years ago
comment:16 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 16436/josm: