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 249701 - NullPointerException at org.netbeans.modules.jira.issue.CommentsPanel.setIssue
Summary: NullPointerException at org.netbeans.modules.jira.issue.CommentsPanel.setIssue
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-08 15:33 UTC by Exceptions Reporter
Modified: 2015-07-23 01:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214664


Attachments
stacktrace (1.43 KB, text/plain)
2015-01-08 15:33 UTC, Exceptions Reporter
Details
stacktrace (1.43 KB, text/plain)
2015-04-21 13:37 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-01-08 15:33:34 UTC
This bug was originally marked as duplicate of bug 246046, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
GUEST: coding

GUEST: Trying to commit and add message to a JIRA issue during the commit.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.CommentsPanel.setIssue(CommentsPanel.java:143)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:861)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadFormInAWT(IssuePanel.java:1284)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller$1.run(NbJiraIssue.java:2004)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 Exceptions Reporter 2015-01-08 15:33:37 UTC
Created attachment 151411 [details]
stacktrace
Comment 2 akobberup 2015-04-21 13:37:59 UTC
Created attachment 153288 [details]
stacktrace

Opened jira item
Comment 3 Tomas Stupka 2015-07-22 17:10:09 UTC
fixed in jet-main #510b670a6b79
Comment 4 Quality Engineering 2015-07-23 01:13:57 UTC
Integrated into 'main-silver', will be available in build *201507230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/510b670a6b79
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #249701 - NullPointerException at org.netbeans.modules.jira.issue.CommentsPanel.setIssue