class MyElement {
shape org.eclipselabs.spray.shapes.MyShape
behavior {
create into myElements palette "My elements"
}
}
generates to GraphitiToolBehaviorProviderBase
public abstract class GraphitiToolBehaviorProviderBase extends
AbstractSprayToolBehaviorProvider {
...
protected static final String MY ELEMENTS = "My elements";
...
}
-> the constant contains an invalid white space.
The generator should filter out all characters that would be invalid in Java
variable name.
Original issue reported on code.google.com by de.abg.r...@gmail.com on 18 Nov 2012 at 4:03
Original issue reported on code.google.com by
de.abg.r...@gmail.com
on 18 Nov 2012 at 4:03