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=1108Package 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