[udig-devel] [jira] Created: (UDIG-961) controlResized NullPointerException in EventHandler

Aleksander Bandelj (JIRA) jira at codehaus.org
Wed Aug 23 14:42:50 PDT 2006


controlResized NullPointerException in EventHandler
---------------------------------------------------

                 Key: UDIG-961
                 URL: http://jira.codehaus.org/browse/UDIG-961
             Project: uDIG
          Issue Type: Bug
          Components: API render
    Affects Versions: UDIG 1.1.RC3
         Environment: Eclipse 3.2, linux gtk
            Reporter: Aleksander Bandelj
         Assigned To: Jesse Eichar


net.refractions.udig.project.ui.internal.render.displayAdapter.impl.EventHandler has controlResized method

 public synchronized void controlResized( final Event e ) {
  ..
  e.display.timerExec(500, new Runnable(){

However, this method is also called with null Event e from ViewPortPaneJava initializeViewportModel. Either that call is erroneous or a null check is needed.

-- 
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

        


More information about the udig-devel mailing list