ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

New shape class name scheme not applied to inner connection references #268

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Spray DSL:

diagram FeatureDiagram for Feature style DiagramDefaultStyle

class Feature {
   ...
   references {
      ^references : connection ArrowConnection 
   }
   ...
}

Shape DSL:

connection ArrowConnection {
   ...
}

generates:

...
import org.eclipselabs.spray.featuremodeling.diagram.shapes.ArrowConnection;
...

public abstract class FeatureDiagramAddReferenceFeatureReferencesFeatureBase 
extends AbstractAddConnectionFeature {

}

But it should be:

import 
org.eclipselabs.spray.featuremodeling.diagram.shapes.ArrowConnectionConnection;

see 
http://code.google.com/a/eclipselabs.org/p/spray/source/browse/#git%2Fexamples%2
Ffeaturemodeling for the complete example

Original issue reported on code.google.com by de.abg.r...@gmail.com on 20 May 2013 at 2:20

GoogleCodeExporter commented 8 years ago
issue was already fixed with
https://code.google.com/a/eclipselabs.org/p/spray/source/detail?r=6dfb2fa26142a5
7f8dcac5ea2800ccff8437e55b

Original comment by fabio.filippelli on 20 May 2013 at 6:16