This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 217353

Summary: NullPointerException at org.netbeans.modules.ods.ui.project.BuildStatusPanel.removeBuildListeners
Product: connecteddeveloper Reporter: Ondrej Vrabec <ovrabec>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal CC: ovrabec, tstupka
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191813
Attachments: stacktrace
stacktrace
stacktrace

Description Ondrej Vrabec 2012-08-24 09:18:00 UTC
Build: NetBeans IDE Dev (Build 20120814-a204f3f14f8a)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ods.ui.project.BuildStatusPanel.removeBuildListeners(BuildStatusPanel.java:87)
   at org.netbeans.modules.ods.ui.project.ProjectDetailsTopComponent.componentClosed(ProjectDetailsTopComponent.java:517)
   at org.openide.windows.WindowManager.componentCloseNotify(WindowManager.java:322)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentClosed(WindowManagerImpl.java:1123)
   at org.netbeans.core.windows.Central.removeModeTopComponent(Central.java:1011)
   at org.netbeans.core.windows.Central.userClosedTopComponent(Central.java:2013)
Comment 1 Ondrej Vrabec 2012-08-24 09:18:03 UTC
Created attachment 123516 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-08-24 09:48:55 UTC
loging out while hudson was loading jobs for QATestingProject2 - there're no jobs on the project actually
Comment 3 Jaroslav Havlin 2012-09-06 09:15:32 UTC
http://hg.netbeans.org/core-main/rev/468d50b9cdab
Fixed.
Comment 4 Ondrej Vrabec 2012-09-07 07:41:00 UTC
Created attachment 124015 [details]
stacktrace

closing project dashboard
data for the project were not loaded, the server is down again
Comment 5 Tomas Stupka 2012-09-07 09:32:00 UTC
Created attachment 124017 [details]
stacktrace
Comment 6 Quality Engineering 2012-11-24 13:10:00 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/468d50b9cdab
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #217353: NPE at ods.ui.project.BuildStatusPanel.removeBuildListeners