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 162056 - NPE while opening bugzilla issue.
Summary: NPE while opening bugzilla issue.
Status: RESOLVED DUPLICATE of bug 162146
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 16:49 UTC by elishae
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elishae 2009-04-06 16:49:49 UTC
NPE occured while opening bugzilla issue
Comment 1 elishae 2009-04-06 16:50:16 UTC
java.lang.NullPointerException
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Comment.<init>(BugzillaIssue.java:758)
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getComments(BugzillaIssue.java:635)
	at org.netbeans.modules.bugzilla.issue.CommentsPanel.setIssue(CommentsPanel.java:142)
	at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:244)
	at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:167)
	at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:58)
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getController(BugzillaIssue.java:234)
	at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.setIssue(IssueTopComponent.java:158)
	at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:334)
[catch] at org.netbeans.modules.bugtracking.spi.Issue$1$1.run(Issue.java:180)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 2 Tomas Stupka 2009-04-10 10:40:32 UTC

*** This issue has been marked as a duplicate of 162146 ***