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 237948 - NullPointerException at org.netbeans.modules.jira.issue.CommentsPanel.setIssue
Summary: NullPointerException at org.netbeans.modules.jira.issue.CommentsPanel.setIssue
Status: RESOLVED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-04 13:14 UTC by eaili
Modified: 2014-02-10 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205018


Attachments
stacktrace (1.43 KB, text/plain)
2013-11-04 13:14 UTC, eaili
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eaili 2013-11-04 13:14:40 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
eaili: Searched for issue in jira panel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.CommentsPanel.setIssue(CommentsPanel.java:156)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:806)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadFormInAWT(IssuePanel.java:1210)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller$1.run(NbJiraIssue.java:1897)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
Comment 1 eaili 2013-11-04 13:14:42 UTC
Created attachment 141827 [details]
stacktrace
Comment 2 Tomas Stupka 2014-02-10 14:20:31 UTC
could not reproduce, perhaps fixed already ...