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 238419 - NullPointerException at org.netbeans.modules.bugtracking.kenai.TeamAccessorImpl$ActivatedTCListener.propertyChange
Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.TeamAccessorIm...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 12:09 UTC by Tomas Stupka
Modified: 2013-11-22 02:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205297


Attachments
stacktrace (1.70 KB, text/plain)
2013-11-15 12:09 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-11-15 12:09:53 UTC
Build: NetBeans IDE Dev (Build 20131115-6869874b14af)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: closed output window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.kenai.TeamAccessorImpl$ActivatedTCListener.propertyChange(TeamAccessorImpl.java:457)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:329)
   at org.netbeans.core.windows.RegistryImpl.access$100(RegistryImpl.java:69)
Comment 1 Tomas Stupka 2013-11-15 12:09:54 UTC
Created attachment 142228 [details]
stacktrace
Comment 2 Tomas Stupka 2013-11-15 13:19:08 UTC
fixed in core-main #079659db14e1
Comment 3 Quality Engineering 2013-11-22 02:47:37 UTC
Integrated into 'main-silver', will be available in build *201311220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/079659db14e1
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #238419 - NullPointerException at org.netbeans.modules.bugtracking.kenai.TeamAccessorImpl$ActivatedTCListener.propertyChange