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 187923 - NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor$ActivatedTCListener.propertyChange
Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiAcces...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 07:57 UTC by Marian Mirilovic
Modified: 2010-06-23 03:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170865


Attachments
stacktrace (1.24 KB, text/plain)
2010-06-22 07:57 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2010-06-22 07:57:45 UTC
Build: NetBeans IDE Dev (Build 201006220001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
mmirilovic: Opened Find Issues panel and clicked inside Issue ID textfield




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor$ActivatedTCListener.propertyChange(KenaiAccessor.java:207)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:321)
   at org.netbeans.core.windows.RegistryImpl.access$100(RegistryImpl.java:69)
   at org.netbeans.core.windows.RegistryImpl$1.run(RegistryImpl.java:173)
Comment 1 Marian Mirilovic 2010-06-22 07:57:49 UTC
Created attachment 100306 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-06-22 09:15:45 UTC
This exception rises in every interaction with Bugzilla panel ... so annoying.
Comment 3 Tomas Stupka 2010-06-22 09:18:36 UTC
http://hg.netbeans.org/cdev/rev/aea6894819bc
fixed
Comment 4 Quality Engineering 2010-06-23 03:30:06 UTC
Integrated into 'main-golden', will be available in build *201006230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aea6894819bc
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #187923 - NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor$ActivatedTCListener.propertyChange