Closed fil512 closed 6 months ago
Observed result: the current implementation ends up calling addNonstandardSegment(String name) which changes the names of the Z segments (adding an incremental integer).
addNonstandardSegment(String name)
Expected result: copy() should return an identical copy
Observed result: the current implementation ends up calling
addNonstandardSegment(String name)
which changes the names of the Z segments (adding an incremental integer).Expected result: copy() should return an identical copy