|
FAQ Search Memberlist Usergroups Statistics Register |
Profile Log in to check your private messages Log in |
|
Feedback from a Mac OSX user (bugs/requests)
|
|
forum-omondo.com Forum Index -> Eclipse Support |
View previous topic :: View next topic |
Author |
Message |
Ilja
Joined: 05 Apr 2003
Posts: 6
|
Posted: Mon Apr 14, 2003 2:26 pm Post subject: Feedback from a Mac OSX user (bugs/requests)
|
|
|
I'm using Omondo in relation with Eclipse 2.1 for a while now and allthough I've only modeled use-cases so far I've come to a couple of bugs/feature requests.
Bugs:
- When dragging elements on the editor my cursor is totally invisible
- dragging elements doesn't preview the dragging
-
After exporting my use-case to jpeg Ecipse totally trips, hangs and crashes after a while, errorlog:
Quote: |
!ENTRY org.eclipse.ui.workbench 4 2 apr 14, 2003 15:59:24.918
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
at org.eclipse.swt.widgets.Menu.releaseWidget(Menu.java:670)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:301)
at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:840)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
at org.eclipse.jface.window.Window.close(Window.java:244)
at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:223)
at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1131)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:384)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:367)
at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:479)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:477)
at org.eclipse.jface.window.WindowManager.close(WindowManager.java:108)
at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:339)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.178
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.184
!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:2332)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Failed to execute runnable (java.lang.NullPointerException)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.189
!MESSAGE
*** Stack trace of contained exception ***
*** Stack trace of contained exception ***
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.194
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.ui.e.t.a(SourceFile:146)
at com.omondo.uml.ui.e.ad.run(SourceFile:112)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.204
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.214
!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:2332)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Failed to execute runnable (java.lang.NullPointerException)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.219
!MESSAGE
*** Stack trace of contained exception ***
*** Stack trace of contained exception ***
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.224
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.ui.e.t.a(SourceFile:146)
at com.omondo.uml.ui.e.ad.run(SourceFile:112)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.230
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.234
!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:2332)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Failed to execute runnable (java.lang.NullPointerException)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.238
!MESSAGE
*** Stack trace of contained exception ***
*** Stack trace of contained exception ***
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.246
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.ui.e.t.a(SourceFile:146)
at com.omondo.uml.ui.e.ac.run(SourceFile:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.253
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.257
!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:2332)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Failed to execute runnable (java.lang.NullPointerException)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.262
!MESSAGE
*** Stack trace of contained exception ***
*** Stack trace of contained exception ***
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.420
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.ui.e.t.a(SourceFile:146)
at com.omondo.uml.ui.e.ac.run(SourceFile:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.439
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.443
!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:2332)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Failed to execute runnable (java.lang.NullPointerException)
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.449
!MESSAGE
*** Stack trace of contained exception ***
*** Stack trace of contained exception ***
Reason:
!ENTRY org.eclipse.ui 4 0 apr 14, 2003 15:59:25.456
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.ui.e.t.a(SourceFile:146)
at com.omondo.uml.ui.e.ac.run(SourceFile:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1796)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1641)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:286)
at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:891)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:336)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:292)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2066)
at org.eclipse.swt.widgets.Display.close(Display.java:669)
at org.eclipse.swt.widgets.Display.commandProc(Display.java:553)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
at java.lang.reflect.Method.invoke(Native Method)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException
!ENTRY org.eclipse.ui 4 4 apr 14, 2003 15:59:25.462
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
Apr 14 15:59:26 Powerbook-van-Ilja-Hehenkamp crashdump: Crash report written to: /Users/iljahehenkamp/Library/Logs/CrashReporter/Eclipse.crash.log |
Features:
- a visible grid, with snap-to-grid feature, customizable by size and snappiness
- more reordering-tools: make elements as big and make size between elements as big
- expansion of elements when tekst is too big (now the text floats of the element)
- make the export to jpeg/svg/wmf a menubar-item, took me years to find these features
more to come :)
|
|
Back to top |
|
|
Ilja
Joined: 05 Apr 2003
Posts: 6
|
Posted: Mon Apr 14, 2003 2:32 pm Post subject:
|
|
|
more features:
- zoom in/out buttons
- copy/paste elements within editor (cloning)
- copy diagrams to other apps (ie Word X) via clipboard as pictures
- colorize elements
|
|
Back to top |
|
|
Ilja
Joined: 05 Apr 2003
Posts: 6
|
Posted: Mon Apr 14, 2003 3:15 pm Post subject:
|
|
|
and more features:
- make buttons remember their state, I hate it when I have to reclick a button every time I want to do actions multiple times (ie: creating an actor: everytime I make a new actor I have to click the button again to make a new one)
- more native key combination-support (ie: apple backspace key to remove elements, doesn't work now)
- show a rectangle when dragging your cursor to select items (doesn't show for me now, have to guess which elements fit in my selection)
- more context-sensitive right-click functions: ie right-clicking on a system -> insert use-case etc...
- link use-case to sequence diagram or create sequence diagram from use-case
bugs:
- probably macosx-issue: in the use-case property-screen the textfield is hardly visible
|
|
Back to top |
|
|
julien
Site Admin
Joined: 16 Mar 2003
Posts: 171
|
Posted: Tue Apr 15, 2003 5:02 pm Post subject:
|
|
|
Hi Ilja,
All features you requested are very interesting and important. Thanks for your feedback. They will be integrated in our product smoothly. Please continue give us your feebacks/requests.
julien
omondo
|
|
Back to top |
|
|
|
|
forum-omondo.com Forum Index -> Eclipse Support |
All times are GMT
|
Page 1 of 1 |
|
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
|
Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group
|