Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] NullPointerException Zooming Out

Hi Leigh,

I added a check so this shouldn't happen again. But I'm a little disturbed because I haven't been able to reproduce this issue. But I think that is because of the MapGraphic. I will have to test with one of those today.

Jesse

On 16-Dec-07, at 5:15 PM, Leigh Fitzgibbon wrote:

Using UDig RC13 I just got the following exception:

Exception in thread "Scroll Zoom" java.lang.NullPointerException
	at
net .refractions .udig.tools.internal.UpdateThread.performChange(UpdateThread.
java:174)
	at
net .refractions.udig.tools.internal.UpdateThread.run(UpdateThread.java: 80)
	at java.lang.Thread.run(Unknown Source)


It occurred on the following line:

       command.setValid(false);

The command variable was null.

I was trying to zoom out (pressed the zoom out button several times in quick succession) on a map containing some map data and a high-frequency animated
MapGraphic.

Regards,
Leigh



Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.16.17/1179 - Release Date: 9/12/2007
11:06 AM


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



Back to the top