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

Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.propertyChange
Product: connecteddeveloper Reporter: aldobrucale <aldobrucale>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187330
Attachments: stacktrace

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 ***