'From Pharo4.0 of 18 March 2013 [Latest update: #40626] on 21 March 2016 at 6:19:38.568095 pm'!
!DmQuartalsplan methodsFor: 'initialize-release' stamp: ' 15/1/14 15:24'!
initialize: einQuartal
self
lehrveranstaltungen:
(SortedCollection
sortBlock: [:x :y | x modul modulNummer <= y modul modulNummer]).
self quartal: einQuartal! !
Joh.
I think I workaround may be to do a Fuel replacement to replace the sortedCollection with an OrderedCollection and then a post initialize method.
But again, probably seeing if the closure of the sorted collection is clean or not may have different behaviors.
Cheers,