Status: New
Owner: ----
CC:
[hidden email]
Labels: Type-Defect Priority-High Component-Hismo
New issue 727 by
[hidden email]: Hismo and classhistories
http://code.google.com/p/moose-technology/issues/detail?id=727In 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.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev