Closed
Description
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.