k3
k3 copied to clipboard
Bug using of aspect class between packages of One project
Description : If a transformation is designed in a specific package. In an other package, there is an extension of the previous tranformation with a class that extends one of the previous package.
During the execution, one element can be of type of the class of the extended transformation. And an exception is raised : "java.lang.RuntimeException: Not implemented"
The specific package does not know the extension of the transformation.
To illustrate this bug, an example is available in the following link : https://github.com/diverse-project/k3/tree/master/samples-incomplete/ExampleBugAbstractNode