Status: New Owner: ---- CC: tudor.gi...@gmail.com Labels: Type-Defect Priority-High Component-Hismo
New issue 727 by alexandr...@gmail.com: Hismo and classhistories http://code.google.com/p/moose-technology/issues/detail?id=727
In the MooseModel root I have a number of Smalltalk models.
Consider the following script: -=-=-=-=-=-=-=-=-=-=-=-= histories:=MooseModel root allModels asArray. history:=HismoModelHistory new. histories do:[:model| history addLastVersionForMooseModel: model]. history allClassHistories class -=-=-=-=-=-=-=-=-=-=-=-=
The script prints HismoHistoryGroup, where I expected HismoClassHistoryGroup. In the Moose panel, I see the item 'All Class Histories'. But inspecting it reveals it is an instance of HismoHistoryGroup.