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
Reported by thomas.brodt@porabo.ch on 2015-03-03 09:30:16
Originally reported on Google Code with ID 1108
Reported by
thomas.brodt@porabo.ch
on 2015-03-03 09:30:16