| [news.eclipse.modeling.gmf] Re: LifeLine Figure - Sequence Diagram |
Hello Danilo,
java.lang.ClassCastException: org.eclipse.draw2d.geometry.Rectangle cannotbe cast to java.lang.Integer
at org.eclipse.draw2d.BorderLayout.setConstraint(BorderLayout.java:273)The problem is â you are trying to add child element into the figure with BorderLayout (âGeralâ rectangle).
at org.eclipse.gmf.runtime.diagram.ui.editparts.ShapeEditPart.refreshBounds(ShapeEditPart.java:177)
----------------- Alex Shatalin