Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Bug: Error processing a resized event

Thanks for the report,  I'll take a look.

Jesse
On Oct 21, 2007, at 5:24 AM, Ingmar Eveslage wrote:


Hello,

while developing i udig plugin i stumbled over a exception that could be a
bug:

i use the 1.1rc12 sdk. i start the udig application and display a open map. when i maximize the catalog (or another view) and then normelize it again
then the following exception appears:

!ENTRY net.refractions.udig.project.ui 1 0 2007-10-21 14:15:01.786
!MESSAGE Error processing a resized event
!STACK 0
java.lang.NullPointerException
	at
net.refractions.udig.project.ui.internal.RenderManagerAdapters $1.notifyChanged(RenderManagerAdapters.java:58)
	at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify (BasicNotifierImpl.java:247)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.fi reNotification(ViewportModelImpl.java:997)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.se tBounds(ViewportModelImpl.java:362)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.zo omToBox(ViewportModelImpl.java:1051)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.si zeChanged(ViewportModelImpl.java:990)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.Ev entJob.sendResized(EventJob.java:206)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.Ev entJob.runEvent(EventJob.java:111)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.Ev entJob.fire(EventJob.java:54)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.Ev entHandler$1.run(EventHandler.java:101)
	at org.eclipse.swt.widgets.Display.runTimers(Display.java:3436)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2932)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java: 2389)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
	at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:289)
	at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 149)
	at
net.refractions.udig.internal.ui.UDIGApplication.run (UDIGApplication.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:589)
	at
org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod (EclipseAppContainer.java:572)
	at
org.eclipse.equinox.internal.app.EclipseAppHandle.run (EclipseAppHandle.java:171)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplic ation(EclipseAppLauncher.java:106)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:76)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:363)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:589)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1148)

Can somebody replicate this behavior? Is this the right place to post such a
error?

Greats Ingmar
--
View this message in context: http://www.nabble.com/Bug%3A-Error- processing-a-resized-event-tf4665916.html#a13328586
Sent from the udig-devel mailing list archive at Nabble.com.

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top