Skip to main content

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

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.fireNotification(ViewportModelImpl.java:997)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.setBounds(ViewportModelImpl.java:362)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.zoomToBox(ViewportModelImpl.java:1051)
	at
net.refractions.udig.project.internal.render.impl.ViewportModelImpl.sizeChanged(ViewportModelImpl.java:990)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.EventJob.sendResized(EventJob.java:206)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.EventJob.runEvent(EventJob.java:111)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.EventJob.fire(EventJob.java:54)
	at
net.refractions.udig.project.ui.internal.render.displayAdapter.impl.EventHandler$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.runApplication(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.



Back to the top