Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1108 by thomas.b...@porabo.ch: 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
Comment #1 on issue 1108 by alexandr...@gmail.com: 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