Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » ve creates widgets by itself
ve creates widgets by itself [message #115947] Thu, 26 January 2006 16:00 Go to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Hi again,

There is something so strange happening. I saw that when I move some
widgets over a Shell, ve creates new objects fom the same widget that is
being moved.

Why it happens ?


Thanks.
Re: ve creates widgets by itself [message #116447 is a reply to message #115947] Tue, 31 January 2006 17:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

This is a multi-part message in MIME format.
--------------000303000806090100010600
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Alexandre Boaventura escreveu:
> Hi again,
>
> There is something so strange happening. I saw that when I move some
> widgets over a Shell, ve creates new objects fom the same widget that is
> being moved.
>
> Why it happens ?
>
>
> Thanks.

I'll try this post again because three other programmers here in the
company began to use Visual Editor on a new project and the error occurs
with them too.

What we noticed is that this error only happens with GridLayout. With
other layouts , it's ok.

And when we remove this "self-created widgets" from within the Visual
Editor, it causes error on the program (e.g., label44 cannot be resolved).

Attached is the error log.

Thank you.



--------------000303000806090100010600
Content-Type: text/plain;
name="_error.log.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="_error.log.log"


!ENTRY org.eclipse.ui 4 4 2006-01-31 15:33:19.171
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:33:19.171
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry$3.run(AbstractPropertySheetEntry.java:879)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:35:11.93
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:35:11.93
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.setValues(AbstractPropertySheetEntry.java:1028)
at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:875)
at org.eclipse.ui.views.properties.PropertySheetPage.selectionC hanged(PropertySheetPage.java:392)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.superSelectionChanged(EToolsPropertySheetPage.java:250)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.access$2(EToolsPropertySheetPage.java:243)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e$1.run(EToolsPropertySheetPage.java:236)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:35:21.640
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:35:21.640
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry$3.run(AbstractPropertySheetEntry.java:879)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ve.java.core 4 0 2006-01-31 15:37:36.171
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:951)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElement(XMLSa veImpl.java:889)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveContainedMany (XMLSaveImpl.java:2001)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:1221)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMISaveImpl.writeTopObjects(X MISaveImpl.java:78)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.traverse(XMLSaveI mpl.java:478)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl. java:206)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doSave(XMLRes ourceImpl.java:193)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:893)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:813)
at org.eclipse.ve.internal.java.codegen.util.VEModelCacheUtilit y.doSaveCache(VEModelCacheUtility.java:158)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.doSave(JavaSourceTranslator.java:1358)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or$2.doRun(JavaSourceTranslator.java:923)
at org.eclipse.ve.internal.java.codegen.util.ReverseParserJob.r un(ReverseParserJob.java:56)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.ve.java.core 4 0 2006-01-31 15:37:37.187
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:951)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElement(XMLSa veImpl.java:889)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveContainedMany (XMLSaveImpl.java:2001)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:1221)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMISaveImpl.writeTopObjects(X MISaveImpl.java:78)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.traverse(XMLSaveI mpl.java:478)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl. java:206)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doSave(XMLRes ourceImpl.java:193)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:893)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:813)
at org.eclipse.ve.internal.java.codegen.util.VEModelCacheUtilit y.doSaveCache(VEModelCacheUtility.java:158)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.doSave(JavaSourceTranslator.java:1358)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.doSave(JavaVisualEditorPart.java:2817)
at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper. java:95)
at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper. java:116)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:291)
at org.eclipse.jface.window.ApplicationWindow$1.run(Application Window.java:624)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWi ndow.java:621)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow. java:2134)
at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOpe ration(SaveableHelper.java:122)
at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelp er.java:100)
at org.eclipse.ui.internal.EditorManager.savePart(EditorManager .java:1154)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage .java:2714)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPa ge.java:2727)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:117)
at org.eclipse.core.commands.Command.execute(Command.java:311)
at org.eclipse.core.commands.ParameterizedCommand.execute(Param eterizedCommand.java:396)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboard.java:459)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:781)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboard.java:828)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequ enceBindings(WorkbenchKeyboard.java:550)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(Work benchKeyboard.java:493)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter .handleEvent(WorkbenchKeyboard.java:117)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:917 )
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:16 56)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2711)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:50:37.484
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:50:37.484
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.setValues(AbstractPropertySheetEntry.java:1028)
at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:875)
at org.eclipse.ui.views.properties.PropertySheetPage.selectionC hanged(PropertySheetPage.java:392)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.superSelectionChanged(EToolsPropertySheetPage.java:250)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.access$2(EToolsPropertySheetPage.java:243)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e$1.run(EToolsPropertySheetPage.java:236)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.859
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.859
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showGridFig ure(GridLayoutEditPolicy.java:356)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:421)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:525)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.appendSelect ion(AbstractEditPartViewer.java:171)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:564)
at org.eclipse.gef.tools.CreationTool.selectAddedObject(Creatio nTool.java:269)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:255)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.875
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.875
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.TargetingTool.handleEnteredEditPart(Ta rgetingTool.java:191)
at org.eclipse.gef.tools.TargetingTool.setTargetEditPart(Target ingTool.java:316)
at org.eclipse.gef.tools.TargetingTool.updateTargetUnderMouse(T argetingTool.java:383)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:238)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.890
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.890
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.906
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.906
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.906
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:16.15
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:16.156
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:16.156
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:25.734
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:25.734
!MESSAGE Figure is not a child
!STACK 0
java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:423)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:528)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.primDeselect All(AbstractEditPartViewer.java:439)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:563)
at org.eclipse.gef.tools.CreationTool.selectAddedObject(Creatio nTool.java:269)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:255)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:25.781
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:25.781
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:36.656
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:36.656
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:52:11.546
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:52:11.546
!MESSAGE Figure is not a child
!STACK 0
java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:423)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:528)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.primDeselect All(AbstractEditPartViewer.java:439)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:563)
at org.eclipse.gef.tools.SelectEditPartTracker.performSelection (SelectEditPartTracker.java:213)
at org.eclipse.gef.tools.SelectEditPartTracker.performCondition alSelection(SelectEditPartTracker.java:159)
at org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:90)
at org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:964)
at org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:491)
at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:215)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:342)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:522)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:133)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:52:29.734
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:52:29.734
!MESSAGE 7
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 7
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.findNextV alidObject(GridLayoutPolicyHelper.java:1334)
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.createFil lerLabelsForDeletedControlCommands(GridLayoutPolicyHelper.ja va:1064)
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.getFiller LabelsForDeletedControlCommands(GridLayoutPolicyHelper.java: 1036)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getDeleteDe pendantCommand(GridLayoutEditPolicy.java:568)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.getCommand(Lay outEditPolicy.java:184)
at org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy.get Command(ConstrainedLayoutEditPolicy.java:152)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getCommand( GridLayoutEditPolicy.java:238)
at org.eclipse.gef.editparts.AbstractEditPart.getCommand(Abstra ctEditPart.java:485)
at org.eclipse.ve.internal.cde.core.DefaultComponentEditPolicy. createDeleteCommand(DefaultComponentEditPolicy.java:33)
at org.eclipse.gef.editpolicies.ComponentEditPolicy.getDeleteCo mmand(ComponentEditPolicy.java:67)
at org.eclipse.gef.editpolicies.ComponentEditPolicy.getCommand( ComponentEditPolicy.java:56)
at org.eclipse.gef.editparts.AbstractEditPart.getCommand(Abstra ctEditPart.java:485)
at org.eclipse.ve.internal.java.core.CutJavaBeanAction.calculat eEnabled(CutJavaBeanAction.java:56)
at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(Wor kbenchPartAction.java:111)
at org.eclipse.ui.texteditor.RetargetTextEditorAction.setAction (RetargetTextEditorAction.java:188)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$4.focusGained(JavaVisualEditorPart.java:2418)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:105)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848)
at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1841)
at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:1961)
at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:363 0)
at org.eclipse.swt.widgets.Canvas.WM_SETFOCUS(Canvas.java:247)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3102 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:651)
at org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:2 360)
at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations .java:806)
at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations. java:1623)
at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1476)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3036 )
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1582)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method)
at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:5 27)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:383)
at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java :441)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:499)
at org.eclipse.jface.window.Window.close(Window.java:321)
at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:891)
at org.eclipse.ve.internal.java.core.AbstractRenameInstanceDial og.close(AbstractRenameInstanceDialog.java:244)
at org.eclipse.jface.dialogs.Dialog.okPressed(Dialog.java:856)
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:4 09)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:556)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
at org.eclipse.jface.window.Window.open(Window.java:787)
at org.eclipse.ve.internal.java.core.NameInMemberPropertyDescri ptor.getUniqueNamesInComposition(NameInMemberPropertyDescrip tor.java:260)
at org.eclipse.ve.internal.cde.properties.AddAnnotationsWithNam e.getAdditionalCommands(AddAnnotationsWithName.java:69)
at org.eclipse.ve.internal.cde.commands.AddAnnotationsCommand.e xecute(AddAnnotationsCommand.java:68)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.appendAndExecute(CompoundCommand.java:414)
at org.eclipse.ve.internal.cde.commands.CommandBuilder.internal Append(CommandBuilder.java:314)
at org.eclipse.ve.internal.cde.commands.CommandBuilder.append(C ommandBuilder.java:98)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.hand leAnnotation(VCEPreSetCommand.java:410)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.hand leValue(VCEPreSetCommand.java:381)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.exec ute(VCEPreSetCommand.java:121)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorCommandStack$1.run(JavaVisualEditorCommandStack.java:52)
at org.eclipse.ve.internal.cde.core.ModelChangeController.doMod elChanges(ModelChangeController.java:166)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorCommandStack.execute(JavaVisualEditorCommandStack.java:4 9)
at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTo ol.java:388)
at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(Abs tractTool.java:400)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:254)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widget
Re: ve creates widgets by itself [message #116464 is a reply to message #116447] Tue, 31 January 2006 18:10 Go to previous messageGo to next message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Can you please state the exact steps you did to reproduce this problem?

Note: With SWT GridLayout, the VE inserts blank labels as spacers within
empty cells so that your widgets can be placed in the exact locations
you specify. These blank labels are added/removed to create the layout
you specify. Are these the widgets you are talking about, or are you
seeing something else?

- Jeff
Re: ve creates widgets by itself [message #116480 is a reply to message #116447] Tue, 31 January 2006 18:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Most of your errors are due to cache problems. I explained in another
post to you just a few minutes ago how to clear the cache.

--
Thanks,
Rich Kulp
Re: ve creates widgets by itself [message #116484 is a reply to message #116464] Tue, 31 January 2006 18:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Jeff Myers escreveu:
> Can you please state the exact steps you did to reproduce this problem?
>
> Note: With SWT GridLayout, the VE inserts blank labels as spacers within
> empty cells so that your widgets can be placed in the exact locations
> you specify. These blank labels are added/removed to create the layout
> you specify. Are these the widgets you are talking about, or are you
> seeing something else?
>
> - Jeff

Hi Jeff,

I'm talking about exactly these widgets, but it doesn't make much sense
for me. Why should it be created ? It cannot be considered as empty
spaces ? Why should I keep in my Shell an object that will never be
used, just occupying disk and memory space for nothing ?

I don't know if I have enough technical knowledge to discuss it with
you, but I believe that it can have another solution.

I'd like you don't be mad with me, but I had a little experience with
another IDE that has a good customizer for GridBagLayout ( I prefer
don't say names...), and it don't have this behavior.

The reason we're changing to Eclipse is that SWT seems to be the best
solution for our desktop projects, and we'd like to take full advantage
of Visual Editor.

Thank you very much.

Alexandre
Re: ve creates widgets by itself [message #116490 is a reply to message #116484] Tue, 31 January 2006 18:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

GridLayout requires them. There is no way to get your grid to look like
the way you want without them. This is because GridLayout works on
ZOrder to determine where to put things. You can't just say I want a
control to be in grid (2,2). To get into grid (2,2) you need to have a
set of controls BEFORE that control which fill in grid (0,0) to grid (2,1).

This is not a VE problem. It is the way SWT GridLayout works. AWT's
GridBagLayout did allow you to say exactly what grid to put them in, SWT
GridLayout doesn't.

--
Thanks,
Rich Kulp
Re: ve creates widgets by itself [message #116503 is a reply to message #116490] Tue, 31 January 2006 19:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Rich Kulp escreveu:
> GridLayout requires them. There is no way to get your grid to look like
> the way you want without them. This is because GridLayout works on
> ZOrder to determine where to put things. You can't just say I want a
> control to be in grid (2,2). To get into grid (2,2) you need to have a
> set of controls BEFORE that control which fill in grid (0,0) to grid (2,1).
>
> This is not a VE problem. It is the way SWT GridLayout works. AWT's
> GridBagLayout did allow you to say exactly what grid to put them in, SWT
> GridLayout doesn't.
>

Ok. I understand. I forgot we're talking about SWT GridLayout and not
AWT GridBagLayout. Sorry.

I'll work hard to create a good project with these resources.

Thank you.
Re: ve creates widgets by itself [message #116510 is a reply to message #116480] Tue, 31 January 2006 19:40 Go to previous message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Rich Kulp escreveu:
> Most of your errors are due to cache problems. I explained in another
> post to you just a few minutes ago how to clear the cache.
>
Oh! So it will solve this problem too ? I'll test.

The problem with Menu is solved.

Thanks.
Re: ve creates widgets by itself [message #611909 is a reply to message #115947] Tue, 31 January 2006 17:59 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
This is a multi-part message in MIME format.
--------------000303000806090100010600
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Alexandre Boaventura escreveu:
> Hi again,
>
> There is something so strange happening. I saw that when I move some
> widgets over a Shell, ve creates new objects fom the same widget that is
> being moved.
>
> Why it happens ?
>
>
> Thanks.

I'll try this post again because three other programmers here in the
company began to use Visual Editor on a new project and the error occurs
with them too.

What we noticed is that this error only happens with GridLayout. With
other layouts , it's ok.

And when we remove this "self-created widgets" from within the Visual
Editor, it causes error on the program (e.g., label44 cannot be resolved).

Attached is the error log.

Thank you.



--------------000303000806090100010600
Content-Type: text/plain;
name="_error.log.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="_error.log.log"


!ENTRY org.eclipse.ui 4 4 2006-01-31 15:33:19.171
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:33:19.171
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry$3.run(AbstractPropertySheetEntry.java:879)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:35:11.93
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:35:11.93
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.setValues(AbstractPropertySheetEntry.java:1028)
at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:875)
at org.eclipse.ui.views.properties.PropertySheetPage.selectionC hanged(PropertySheetPage.java:392)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.superSelectionChanged(EToolsPropertySheetPage.java:250)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.access$2(EToolsPropertySheetPage.java:243)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e$1.run(EToolsPropertySheetPage.java:236)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:35:21.640
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:35:21.640
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry$3.run(AbstractPropertySheetEntry.java:879)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ve.java.core 4 0 2006-01-31 15:37:36.171
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:951)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElement(XMLSa veImpl.java:889)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveContainedMany (XMLSaveImpl.java:2001)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:1221)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMISaveImpl.writeTopObjects(X MISaveImpl.java:78)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.traverse(XMLSaveI mpl.java:478)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl. java:206)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doSave(XMLRes ourceImpl.java:193)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:893)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:813)
at org.eclipse.ve.internal.java.codegen.util.VEModelCacheUtilit y.doSaveCache(VEModelCacheUtility.java:158)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.doSave(JavaSourceTranslator.java:1358)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or$2.doRun(JavaSourceTranslator.java:923)
at org.eclipse.ve.internal.java.codegen.util.ReverseParserJob.r un(ReverseParserJob.java:56)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.ve.java.core 4 0 2006-01-31 15:37:37.187
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:951)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElement(XMLSa veImpl.java:889)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveContainedMany (XMLSaveImpl.java:2001)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveFeatures(XMLS aveImpl.java:1221)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.saveElementID(XML SaveImpl.java:2272)
at org.eclipse.emf.ecore.xmi.impl.XMISaveImpl.writeTopObjects(X MISaveImpl.java:78)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.traverse(XMLSaveI mpl.java:478)
at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl. java:206)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doSave(XMLRes ourceImpl.java:193)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:893)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.save(Resour ceImpl.java:813)
at org.eclipse.ve.internal.java.codegen.util.VEModelCacheUtilit y.doSaveCache(VEModelCacheUtility.java:158)
at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.doSave(JavaSourceTranslator.java:1358)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.doSave(JavaVisualEditorPart.java:2817)
at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper. java:95)
at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper. java:116)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:291)
at org.eclipse.jface.window.ApplicationWindow$1.run(Application Window.java:624)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWi ndow.java:621)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow. java:2134)
at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOpe ration(SaveableHelper.java:122)
at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelp er.java:100)
at org.eclipse.ui.internal.EditorManager.savePart(EditorManager .java:1154)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage .java:2714)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPa ge.java:2727)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:117)
at org.eclipse.core.commands.Command.execute(Command.java:311)
at org.eclipse.core.commands.ParameterizedCommand.execute(Param eterizedCommand.java:396)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboard.java:459)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:781)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboard.java:828)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequ enceBindings(WorkbenchKeyboard.java:550)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(Work benchKeyboard.java:493)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter .handleEvent(WorkbenchKeyboard.java:117)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:917 )
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:16 56)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2711)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:50:37.484
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:50:37.484
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NullPointerException
at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.getSetting Delegate(EStructuralFeatureImpl.java:790)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate (BasicEObjectImpl.java:822)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:609)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:600)
at org.eclipse.ve.internal.java.core.BeanPropertySourceAdapter. getPropertyValue(BeanPropertySourceAdapter.java:90)
at org.eclipse.ve.internal.swt.WidgetPropertySourceAdapter.getP ropertyValue(WidgetPropertySourceAdapter.java:365)
at org.eclipse.ve.internal.propertysheet.command.CommandStackPr opertySheetEntry.primGetValues(CommandStackPropertySheetEntr y.java:173)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshValues(AbstractPropertySheetEntry.java:892)
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.refreshChildEntries(AbstractPropertySheetEntry.java:823 )
at org.eclipse.ve.internal.propertysheet.AbstractPropertySheetE ntry.setValues(AbstractPropertySheetEntry.java:1028)
at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:875)
at org.eclipse.ui.views.properties.PropertySheetPage.selectionC hanged(PropertySheetPage.java:392)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.superSelectionChanged(EToolsPropertySheetPage.java:250)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.access$2(EToolsPropertySheetPage.java:243)
at org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e$1.run(EToolsPropertySheetPage.java:236)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.859
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.859
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showGridFig ure(GridLayoutEditPolicy.java:356)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:421)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:525)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.appendSelect ion(AbstractEditPartViewer.java:171)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:564)
at org.eclipse.gef.tools.CreationTool.selectAddedObject(Creatio nTool.java:269)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:255)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.875
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.875
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.TargetingTool.handleEnteredEditPart(Ta rgetingTool.java:191)
at org.eclipse.gef.tools.TargetingTool.setTargetEditPart(Target ingTool.java:316)
at org.eclipse.gef.tools.TargetingTool.updateTargetUnderMouse(T argetingTool.java:383)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:238)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.890
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.890
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.906
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:15.906
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:15.906
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:16.15
!MESSAGE 2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 2
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.calculateRo wDividers(GridLayoutGridFigure.java:295)
at org.eclipse.ve.internal.swt.GridLayoutGridFigure.<init>(GridLayoutGridFigure.java:60)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getGridLayo utGridFigure(GridLayoutEditPolicy.java:315)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.createGridL ayoutRequest(GridLayoutEditPolicy.java:687)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.showLayoutT argetFeedback(GridLayoutEditPolicy.java:475)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.showTargetFeed back(LayoutEditPolicy.java:345)
at org.eclipse.gef.editparts.AbstractEditPart.showTargetFeedbac k(AbstractEditPart.java:1002)
at org.eclipse.gef.tools.TargetingTool.showTargetFeedback(Targe tingTool.java:334)
at org.eclipse.ve.internal.cde.core.CDECreationTool.showTargetF eedback(CDECreationTool.java:131)
at org.eclipse.gef.tools.CreationTool.handleMove(CreationTool.j ava:240)
at org.eclipse.gef.tools.AbstractTool.mouseMove(AbstractTool.ja va:1038)
at org.eclipse.gef.EditDomain.mouseMove(EditDomain.java:248)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Moved(DomainEventDispatcher.java:359)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseMove( LightweightSystem.java:542)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:16.156
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:16.156
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:25.734
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:25.734
!MESSAGE Figure is not a child
!STACK 0
java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:423)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:528)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.primDeselect All(AbstractEditPartViewer.java:439)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:563)
at org.eclipse.gef.tools.CreationTool.selectAddedObject(Creatio nTool.java:269)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:255)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:25.781
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:25.781
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:51:36.656
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:51:36.656
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Figure is not a child)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$2.run(GridL ayoutEditPolicy.java:407)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 18 more

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:52:11.546
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:52:11.546
!MESSAGE Figure is not a child
!STACK 0
java.lang.IllegalArgumentException: Figure is not a child
at org.eclipse.draw2d.Figure.remove(Figure.java:1173)
at org.eclipse.draw2d.FreeformLayer.remove(FreeformLayer.java:7 8)
at org.eclipse.gef.editpolicies.GraphicalEditPolicy.removeFeedb ack(GraphicalEditPolicy.java:73)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.eraseGridFi gure(GridLayoutEditPolicy.java:322)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.gridVisibil ityChanged(GridLayoutEditPolicy.java:423)
at org.eclipse.ve.internal.cde.core.GridController.setGridShowi ng(GridController.java:212)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy$3.selectedS tateChanged(GridLayoutEditPolicy.java:528)
at org.eclipse.gef.editparts.AbstractEditPart.fireSelectionChan ged(AbstractEditPart.java:407)
at org.eclipse.gef.editparts.AbstractEditPart.setSelected(Abstr actEditPart.java:952)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.primDeselect All(AbstractEditPartViewer.java:439)
at org.eclipse.gef.ui.parts.AbstractEditPartViewer.select(Abstr actEditPartViewer.java:563)
at org.eclipse.gef.tools.SelectEditPartTracker.performSelection (SelectEditPartTracker.java:213)
at org.eclipse.gef.tools.SelectEditPartTracker.performCondition alSelection(SelectEditPartTracker.java:159)
at org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:90)
at org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:964)
at org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:491)
at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:215)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:342)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:522)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:133)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.ui 4 4 2006-01-31 15:52:29.734
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2006-01-31 15:52:29.734
!MESSAGE 7
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 7
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.findNextV alidObject(GridLayoutPolicyHelper.java:1334)
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.createFil lerLabelsForDeletedControlCommands(GridLayoutPolicyHelper.ja va:1064)
at org.eclipse.ve.internal.swt.GridLayoutPolicyHelper.getFiller LabelsForDeletedControlCommands(GridLayoutPolicyHelper.java: 1036)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getDeleteDe pendantCommand(GridLayoutEditPolicy.java:568)
at org.eclipse.gef.editpolicies.LayoutEditPolicy.getCommand(Lay outEditPolicy.java:184)
at org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy.get Command(ConstrainedLayoutEditPolicy.java:152)
at org.eclipse.ve.internal.swt.GridLayoutEditPolicy.getCommand( GridLayoutEditPolicy.java:238)
at org.eclipse.gef.editparts.AbstractEditPart.getCommand(Abstra ctEditPart.java:485)
at org.eclipse.ve.internal.cde.core.DefaultComponentEditPolicy. createDeleteCommand(DefaultComponentEditPolicy.java:33)
at org.eclipse.gef.editpolicies.ComponentEditPolicy.getDeleteCo mmand(ComponentEditPolicy.java:67)
at org.eclipse.gef.editpolicies.ComponentEditPolicy.getCommand( ComponentEditPolicy.java:56)
at org.eclipse.gef.editparts.AbstractEditPart.getCommand(Abstra ctEditPart.java:485)
at org.eclipse.ve.internal.java.core.CutJavaBeanAction.calculat eEnabled(CutJavaBeanAction.java:56)
at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(Wor kbenchPartAction.java:111)
at org.eclipse.ui.texteditor.RetargetTextEditorAction.setAction (RetargetTextEditorAction.java:188)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$4.focusGained(JavaVisualEditorPart.java:2418)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:105)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848)
at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1841)
at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:1961)
at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:363 0)
at org.eclipse.swt.widgets.Canvas.WM_SETFOCUS(Canvas.java:247)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3102 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:651)
at org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:2 360)
at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations .java:806)
at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations. java:1623)
at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1476)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3036 )
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1582)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method)
at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:5 27)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:383)
at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java :441)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:499)
at org.eclipse.jface.window.Window.close(Window.java:321)
at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:891)
at org.eclipse.ve.internal.java.core.AbstractRenameInstanceDial og.close(AbstractRenameInstanceDialog.java:244)
at org.eclipse.jface.dialogs.Dialog.okPressed(Dialog.java:856)
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:4 09)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:556)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
at org.eclipse.jface.window.Window.open(Window.java:787)
at org.eclipse.ve.internal.java.core.NameInMemberPropertyDescri ptor.getUniqueNamesInComposition(NameInMemberPropertyDescrip tor.java:260)
at org.eclipse.ve.internal.cde.properties.AddAnnotationsWithNam e.getAdditionalCommands(AddAnnotationsWithName.java:69)
at org.eclipse.ve.internal.cde.commands.AddAnnotationsCommand.e xecute(AddAnnotationsCommand.java:68)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.appendAndExecute(CompoundCommand.java:414)
at org.eclipse.ve.internal.cde.commands.CommandBuilder.internal Append(CommandBuilder.java:314)
at org.eclipse.ve.internal.cde.commands.CommandBuilder.append(C ommandBuilder.java:98)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.hand leAnnotation(VCEPreSetCommand.java:410)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.hand leValue(VCEPreSetCommand.java:381)
at org.eclipse.ve.internal.java.vce.rules.VCEPreSetCommand.exec ute(VCEPreSetCommand.java:121)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.propertysheet.common.commands.Compou ndCommand.execute(CompoundCommand.java:217)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorCommandStack$1.run(JavaVisualEditorCommandStack.java:52)
at org.eclipse.ve.internal.cde.core.ModelChangeController.doMod elChanges(ModelChangeController.java:166)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorCommandStack.execute(JavaVisualEditorCommandStack.java:4 9)
at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTo ol.java:388)
at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(Abs tractTool.java:400)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:254)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:178)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1053)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainEventDispatcher.java:374)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.java:547)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.
Re: ve creates widgets by itself [message #611911 is a reply to message #116447] Tue, 31 January 2006 18:10 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Can you please state the exact steps you did to reproduce this problem?

Note: With SWT GridLayout, the VE inserts blank labels as spacers within
empty cells so that your widgets can be placed in the exact locations
you specify. These blank labels are added/removed to create the layout
you specify. Are these the widgets you are talking about, or are you
seeing something else?

- Jeff
Re: ve creates widgets by itself [message #611914 is a reply to message #116447] Tue, 31 January 2006 18:48 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Most of your errors are due to cache problems. I explained in another
post to you just a few minutes ago how to clear the cache.

--
Thanks,
Rich Kulp
Re: ve creates widgets by itself [message #611915 is a reply to message #116464] Tue, 31 January 2006 18:53 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Jeff Myers escreveu:
> Can you please state the exact steps you did to reproduce this problem?
>
> Note: With SWT GridLayout, the VE inserts blank labels as spacers within
> empty cells so that your widgets can be placed in the exact locations
> you specify. These blank labels are added/removed to create the layout
> you specify. Are these the widgets you are talking about, or are you
> seeing something else?
>
> - Jeff

Hi Jeff,

I'm talking about exactly these widgets, but it doesn't make much sense
for me. Why should it be created ? It cannot be considered as empty
spaces ? Why should I keep in my Shell an object that will never be
used, just occupying disk and memory space for nothing ?

I don't know if I have enough technical knowledge to discuss it with
you, but I believe that it can have another solution.

I'd like you don't be mad with me, but I had a little experience with
another IDE that has a good customizer for GridBagLayout ( I prefer
don't say names...), and it don't have this behavior.

The reason we're changing to Eclipse is that SWT seems to be the best
solution for our desktop projects, and we'd like to take full advantage
of Visual Editor.

Thank you very much.

Alexandre
Re: ve creates widgets by itself [message #611916 is a reply to message #116484] Tue, 31 January 2006 18:58 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

GridLayout requires them. There is no way to get your grid to look like
the way you want without them. This is because GridLayout works on
ZOrder to determine where to put things. You can't just say I want a
control to be in grid (2,2). To get into grid (2,2) you need to have a
set of controls BEFORE that control which fill in grid (0,0) to grid (2,1).

This is not a VE problem. It is the way SWT GridLayout works. AWT's
GridBagLayout did allow you to say exactly what grid to put them in, SWT
GridLayout doesn't.

--
Thanks,
Rich Kulp
Re: ve creates widgets by itself [message #611918 is a reply to message #116490] Tue, 31 January 2006 19:38 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Rich Kulp escreveu:
> GridLayout requires them. There is no way to get your grid to look like
> the way you want without them. This is because GridLayout works on
> ZOrder to determine where to put things. You can't just say I want a
> control to be in grid (2,2). To get into grid (2,2) you need to have a
> set of controls BEFORE that control which fill in grid (0,0) to grid (2,1).
>
> This is not a VE problem. It is the way SWT GridLayout works. AWT's
> GridBagLayout did allow you to say exactly what grid to put them in, SWT
> GridLayout doesn't.
>

Ok. I understand. I forgot we're talking about SWT GridLayout and not
AWT GridBagLayout. Sorry.

I'll work hard to create a good project with these resources.

Thank you.
Re: ve creates widgets by itself [message #611919 is a reply to message #116480] Tue, 31 January 2006 19:40 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Rich Kulp escreveu:
> Most of your errors are due to cache problems. I explained in another
> post to you just a few minutes ago how to clear the cache.
>
Oh! So it will solve this problem too ? I'll test.

The problem with Menu is solved.

Thanks.
Previous Topic:SWT Menubar
Next Topic:JFace +EMF binding?
Goto Forum:
  


Current Time: Sun Jun 16 18:05:00 GMT 2024

Powered by FUDForum. Page generated in 0.05323 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top