Comment #1 on issue 798 by tudor.gi...@gmail.com: Mondrian should store edges in the most specific parent of the from/to nodes http://code.google.com/p/moose-technology/issues/detail?id=798
Name: Mondrian-Core-TudorGirba.81 Author: TudorGirba Time: 26 May 2012, 11:28:20.438 pm UUID: bbdf3344-e0af-4053-af61-9b4490d43587 Ancestors: Mondrian-Core-BenComan.80
fixed
Issue 798: Mondrian should store edges in the most specific parent of the from/to nodes The problem was with: MOViewRenderer>>addEdgeIn: aCollection from: source to: target model: model shape: aShape ... self root addEdge: edge. This was replaced with: (source mostSpecificParentCommonWith: target) addEdge: edge.
Still, some tests are red