Hi guys,
I gave a master student the assignment to play with Codecity and other Moose tools. We have a couple of strange problems for which I hope you can shed me some light towards a solution. I attach the mse files of the Java project (generated by MooseBrewer) to this email.
The first problem seems to be in the Moose history part. When creating a history of these models, a bug appears in the SCG.Moose.ClassHistory>>packagedIn method. The "self first versionEntity packagedIn" seems to be nil and this method cannot cope with that. I made a blunt code change to get rid of the problem (see below), but I hardly think this is the right solution.
A second problem is in the visualisation by Codecity. Although each model produces a nice city, when trying to visualize the evolution, some versions produce a completely empty city (blank page in the codecity browser). Any ideas on what may cause this and are you able to reproduce the problem? (I am using the latest Codecity and Moose 3.2.121, both from the SCG store).
Hope somebody can help ;-)
---- packagedIn "return the packagehistory it is packaged in" containingPackageHistory isNil ifTrue: [containingPackageHistory := self first versionEntity packagedIn == nil ifTrue: [#nil] ifFalse: [(self referenceHistory allPackageHistories select: [:each | each hasUniqueName: self first versionEntity packagedIn historicalUniqueName]) first]]. ^containingPackageHistory ---------------------------- Johan Brichau johan.brichau@uclouvain.be