Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The graph returned by TarFiles#getGraph uses lists of sets to represent the adjacent segments. This choice in representation is irrelevant to the users of TarFiles, which are better off with a set representation of adjacent segments in order not to build wrong assumptions on the relative order of segments.