Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 516 by tudor.gi...@gmail.com: System Complexity displays more than the classes in the group http://code.google.com/p/moose-technology/issues/detail?id=516
Currently, the algorithm to identify the hierarchies does not limit the result to the current class group, but it takes all the subclasses of the superclass. This means that if you have a group with Object inside, you will end up with a system complexity with all classes.
Comment #1 on issue 516 by fabrizio...@gmail.com: System Complexity displays more than the classes in the group http://code.google.com/p/moose-technology/issues/detail?id=516
Is this still true? I tried to: 1- import the AST-Core* categories in Moose 2- Open the System complexity on all the Model Classes 3- Then i tried to open the System complexity again on all classes but RBReplaceRule, RBSearchRule, RBBlockReplaceRule, RBStringReplaceRule (which are all the subclasses of RBParseTreeRule)
In the second visualization the RBParseTreeRule tree disappear and the class RBParseTreeRule was shown into the lonely classes group. Is it solved or i did not get the point of the issue?
Updates: Labels: Component-Finder
Comment #2 on issue 516 by tudor.gi...@gmail.com: System Complexity displays more than the classes in the group http://code.google.com/p/moose-technology/issues/detail?id=516
This was solved by using a simple system complexity. If you call the more complex system complexity code (the one that provides the grouping of hierarchies), the problem is still there.
Try this on a class group:
| view | view := MOViewRenderer new. self viewSystemComplexityOn: view. view open
Updates: Status: Fixed
Comment #3 on issue 516 by tu...@tudorgirba.com: System Complexity displays more than the classes in the group http://code.google.com/p/moose-technology/issues/detail?id=516
(No comment was entered for this change.)
Updates: Labels: Milestone-5.0
Comment #4 on issue 516 by tu...@tudorgirba.com: System Complexity displays more than the classes in the group http://code.google.com/p/moose-technology/issues/detail?id=516
(No comment was entered for this change.)