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.
Comment #1 on issue 727 by alexandr...@gmail.com: Hismo and classhistories http://code.google.com/p/moose-technology/issues/detail?id=727
Added a test that identify this problem in Moose-Tests-Core-AlexandreBergel.76
Updates: Labels: Component-Famix
Comment #2 on issue 727 by tudor.gi...@gmail.com: Hismo and classhistories http://code.google.com/p/moose-technology/issues/detail?id=727
Thanks.
Updates: Labels: Milestone-4.6
Comment #3 on issue 727 by tudor.gi...@gmail.com: Hismo and classhistories http://code.google.com/p/moose-technology/issues/detail?id=727
Fixed.
Updates: Status: Fixed
Comment #4 on issue 727 by tudor.gi...@gmail.com: Hismo and classhistories http://code.google.com/p/moose-technology/issues/detail?id=727
(No comment was entered for this change.)