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 - NullPointerException at org.netbeans.modules.ods.ui.project.BuildStatusPanel.removeBuildListeners
Summary: NullPointerException at org.netbeans.modules.ods.ui.project.BuildStatusPanel....
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 09:18 UTC by Ondrej Vrabec
Modified: 2012-11-24 13:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191813


Attachments
stacktrace (4.26 KB, text/plain)
2012-08-24 09:18 UTC, Ondrej Vrabec
Details
stacktrace (4.26 KB, text/plain)
2012-09-07 07:41 UTC, Ondrej Vrabec
Details
stacktrace (4.28 KB, text/plain)
2012-09-07 09:32 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
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