| | 6 | |
| | 7 | EDIT: |
| | 8 | From the script at comment:51, the following plugins have issues between JOSM r17861 and r17862 (since r17862 pretty much hides `way` and `lowerIndex` without a recompile, it also applies to r17896): |
| | 9 | * ~~`alignways`~~ (WaySegment) |
| | 10 | * ~~`CustomizePublicTransportStop`~~ (WaySegment) |
| | 11 | * `FixAddresses` (RelationMember#getWay -- return type `Way` -> `IWay`) |
| | 12 | * `graphview` (RelationMember#getWay) |
| | 13 | * `imagery-xml-bounds` (RelationMember#getWay) |
| | 14 | * `intersection` (RelationMember#getWay) |
| | 15 | * `mapwithai` (WaySegment, RelationMember#getWay) |
| | 16 | * `reltoolbox` (RelationMember#getWay) |
| | 17 | |
| | 18 | 100/160 plugins have been checked. I haven't seen any crashes with `RelationMember#getWay` (IIRC I checked with `graphview` specifically), so I don't think I have to recompile for those. |