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 211652 - NullPointerException at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.propertyChange
Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.issue.IssueTopCom...
Status: RESOLVED DUPLICATE of bug 211571
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:
Depends on:
Blocks:
 
Reported: 2012-04-24 15:29 UTC by aldobrucale
Modified: 2012-04-24 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187330


Attachments
stacktrace (3.18 KB, text/plain)
2012-04-24 15:30 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2012-04-24 15:29:59 UTC
Build: NetBeans IDE Dev (Build 201204230400)
VM: Java HotSpot(TM) Client VM, 23.0-b20, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b19
OS: Linux

User Comments:
aldobrucale: opening issue tracker




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.propertyChange(IssueTopComponent.java:512)
   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.modules.bugtracking.RepositoryRegistry.fireRepositoriesChanged(RepositoryRegistry.java:318)
   at org.netbeans.modules.bugtracking.RepositoryRegistry.addRepository(RepositoryRegistry.java:162)
Comment 1 aldobrucale 2012-04-24 15:30:03 UTC
Created attachment 118697 [details]
stacktrace
Comment 2 Tomas Stupka 2012-04-24 15:47:52 UTC

*** This bug has been marked as a duplicate of bug 211571 ***