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 254167

Summary: NullPointerException at org.netbeans.modules.jira.issue.NbJiraIssue.getAvailableOperations
Product: connecteddeveloper Reporter: akobberup
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218991
Attachments: stacktrace

Description akobberup 2015-08-06 08:57:57 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 201508020002)
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:
GUEST: Error when closing an issue

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

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




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.NbJiraIssue.getAvailableOperations(NbJiraIssue.java:1949)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:659)
   at org.netbeans.modules.jira.issue.IssuePanel$13.run(IssuePanel.java:1289)
   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-08-06 08:58:00 UTC
Created attachment 155192 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-02 15:48:17 UTC
stacktrace line doesn't much with the change in #252157
please upgrade your jira plugin from the UC

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