Skip to content

Remove QuickSort #1365

Closed
Closed
@joeseibel

Description

@joeseibel

OSATE contains its own implementation of quick sort in the class org.osate.aadl2.modelsupport.QuickSort. It is used to sort components based on the value of the period property.

We should remove this and simply use one of the built-in Java sorting methods and pass a comparator which compares the period.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions