Issue 516 in moose-technology: System Complexity displays more than the classes in the group

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 516 in moose-technology: System Complexity displays more than the classes in the group

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 516 by [hidden email]: 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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 516 in moose-technology: System Complexity displays more than the classes in the group

moose-technology

Comment #1 on issue 516 by [hidden email]: 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?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 516 in moose-technology: System Complexity displays more than the classes in the group

moose-technology
Updates:
        Labels: Component-Finder

Comment #2 on issue 516 by [hidden email]: 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 516 in moose-technology: System Complexity displays more than the classes in the group

moose-technology
Updates:
        Status: Fixed

Comment #3 on issue 516 by [hidden email]: 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.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 516 in moose-technology: System Complexity displays more than the classes in the group

moose-technology
Updates:
        Labels: Milestone-5.0

Comment #4 on issue 516 by [hidden email]: 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.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev