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 211571 - NullPointerException at org.netbeans.modules.bugtracking.ui.nodes.BugtrackingRootNode$RootNodeChildren.propertyChange
Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.nodes.Bugtracking...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 211652 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-23 08:56 UTC by Tomas Stupka
Modified: 2012-04-24 15:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187293


Attachments
stacktrace (3.79 KB, text/plain)
2012-04-23 08:57 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2012-04-23 08:56:59 UTC
Build: NetBeans IDE Dev (Build 20120423-db8bb6d351f1)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3527
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.ui.nodes.BugtrackingRootNode$RootNodeChildren.propertyChange(BugtrackingRootNode.java:145)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.bugtracking.RepositoryRegistry.fireRepositoriesChanged(RepositoryRegistry.java:318)
   at org.netbeans.modules.bugtracking.RepositoryRegistry.addRepository(RepositoryRegistry.java:162)
   at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelector.edit(RepositorySelector.java:103)
Comment 1 Tomas Stupka 2012-04-23 08:57:04 UTC
Created attachment 118616 [details]
stacktrace
Comment 2 Tomas Stupka 2012-04-23 10:03:13 UTC
fixed in core-main #fc92a50d5dc3
Comment 3 Quality Engineering 2012-04-24 10:02:31 UTC
Integrated into 'main-golden', will be available in build *201204240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fc92a50d5dc3
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #211571 - NullPointerException at org.netbeans.modules.bugtracking.ui.nodes.BugtrackingRootNode$RootNodeChildren.propertyChange
Comment 4 Tomas Stupka 2012-04-24 15:47:52 UTC
*** Bug 211652 has been marked as a duplicate of this bug. ***