Changes between Initial Version and Version 1 of Ticket #21333, comment 16
- Timestamp:
- 2021-09-28T17:00:06+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21333, comment 16
initial v1 3 3 > - maybe change `setMaxLength()` and `setMaxAngle()` to protected? IIGTR they are only useful in unit tests? 4 4 See [https://gitlab.com/gokaart/JOSM_MapWithAI/-/blob/master/src/main/java/org/openstreetmap/josm/plugins/mapwithai/data/validation/tests/StreetAddressOrder.java#L171 MapWithAI StreetAddressOrder] for a use of `setMaxLength`. But I can move the preferences into `startTest` (I hadn't gotten around to checking the code where I use the SharpAngle test to ensure things didn't break, looks like it won't). 5 6 EDIT: Hopefully attachment:21333.6.patch applies cleanly -- my test directly is polluted with work for #21139.