Community
Participate
Working Groups
Build Identifier: 20110615-0604 Javadoc states that "This Command will be passed to the target node EditPart." but this is not automatic and must be implemented using request.setStartCommand(). Confuses the used of the framework. Reproducible: Always Steps to Reproduce: 1. Implement GraphicalNodeEditPolicy.getConnectionCreateCommand() and GraphicalNodeEditPolicy.getConnectionCompleteCommand(). In first function create a simple command and in the second function test if the command can be fetched. 2. Connect two nodes in the diagram
Changed javadoc to clarify that setting the start command lies within the responsibility of the implementor. Changed in 3.7 maintenance branch (3.7.1) and in HEAD (3.8).