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 246046 - 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: 2014-07-28 08:32 UTC by Exceptions Reporter
Modified: 2014-09-12 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210937


Attachments
stacktrace (1.43 KB, text/plain)
2014-07-28 08:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-07-28 08:32:00 UTC
This bug was originally marked as duplicate of bug 237948, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: h




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.CommentsPanel.setIssue(CommentsPanel.java:141)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:861)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadFormInAWT(IssuePanel.java:1279)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller$1.run(NbJiraIssue.java:1996)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 Exceptions Reporter 2014-07-28 08:32:02 UTC
Created attachment 148352 [details]
stacktrace
Comment 2 Tomas Stupka 2014-08-19 16:06:43 UTC
fixed in core-main #dfb7e21c0d23
Comment 3 Quality Engineering 2014-08-21 02:29:45 UTC
Integrated into 'main-silver', will be available in build *201408210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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