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 256097 - NullPointerException at org.netbeans.modules.jira.issue.NbJiraIssue.getAvailableOperations
Summary: NullPointerException at org.netbeans.modules.jira.issue.NbJiraIssue.getAvaila...
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 09:27 UTC by akobberup
Modified: 2015-10-22 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220701


Attachments
stacktrace (1.34 KB, text/plain)
2015-10-22 09:27 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2015-10-22 09:27:43 UTC
This bug was originally marked as duplicate of bug 252157, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201510140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
akobberup: Submitted a change in state and log work on an jira issue

akobberup: Logged work on a jira task, submitted and closed the tab while the submit process were running

GUEST: Error when closing an issue

akobberup: I closed an issue, that were also selected in the tasks panel.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.NbJiraIssue.getAvailableOperations(NbJiraIssue.java:1947)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:663)
   at org.netbeans.modules.jira.issue.IssuePanel$13.run(IssuePanel.java:1296)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:749)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 akobberup 2015-10-22 09:27:45 UTC
Created attachment 156899 [details]
stacktrace