Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-812) rendering error after new feature + pan

rendering error after new feature + pan
---------------------------------------

         Key: UDIG-812
         URL: http://jira.codehaus.org/browse/UDIG-812
     Project: uDIG
        Type: Bug

  Components: tool  
    Versions: uDig 1.1    
 Environment: Win 2000, JRE 1.5
    Reporter: Michael Brasser
 Assigned to: Jesse Eichar 


This issue affects trunk.

1. Add a new feature (in my case, added a line feature to a shapefile)
2. Choose the Pan tool and pan
3. Layers can't be rendered (displayed with 'x' in the layer view). 

Log file contains the following entry:
!ENTRY net.refractions.udig.project 2 0 2006-05-24 11:32:28.140
!MESSAGE 
!STACK 0
java.lang.NullPointerException
	at net.refractions.udig.project.internal.render.impl.RendererImpl.setRenderBounds(RendererImpl.java:333)
	at net.refractions.udig.project.internal.render.impl.RenderExecutorImpl$RenderJob.startRendering(RenderExecutorImpl.java:281)
	at net.refractions.udig.project.internal.render.impl.RenderExecutorComposite$CompositeRendererJob.startRendering(RenderExecutorComposite.java:94)
	at net.refractions.udig.project.internal.render.impl.RenderExecutorImpl$RenderJob.run(RenderExecutorImpl.java:346)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top