Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-961) controlResized NullPointerException in EventHandler

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

        


Back to the top