Issue 1108 in moose-technology: Cyclic dependency between Roassal-Core and ExampleBrowser

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

Issue 1108 in moose-technology: Cyclic dependency between Roassal-Core and ExampleBrowser

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

New issue 1108 by [hidden email]: Cyclic dependency between  
Roassal-Core and ExampleBrowser
https://code.google.com/p/moose-technology/issues/detail?id=1108

Package Core defines the abstract class RTObject.
Package ExampleBrowser defines the abstract class RTAbstractExample as  
subclass of RTObject.

The problem is that package Core also includes class  
RTMultiColoredLineExample as a subclass of RTAbstractExample. So package  
ExampleBrowser requires package Core because of RTObject, and package Core  
requires package ExampleBrowser because of RTAbstractExample.

The solution could be to move class RTMultiColoredLineExample to package  
ExampleBrowser?

This leads to cyclic dependencies, that at least in the Visualworks port  
lead to warnings and bundle structure errros.

Please fill in the labels with the following information:
* Type-Defect
* Component-Roassal


--
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 1108 in moose-technology: Cyclic dependency between Roassal-Core and ExampleBrowser

moose-technology

Comment #1 on issue 1108 by [hidden email]: Cyclic dependency  
between Roassal-Core and ExampleBrowser
https://code.google.com/p/moose-technology/issues/detail?id=1108

Thanks! We will have a look at this

--
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