k3 icon indicating copy to clipboard operation
k3 copied to clipboard

Bug using of aspect class between packages of One project

Open fontanella opened this issue 11 years ago • 0 comments

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

fontanella avatar Oct 11 '13 12:10 fontanella