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 247007 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.reloadForm
Summary: NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.reloadForm
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-09-10 17:59 UTC by alied
Modified: 2015-07-23 01:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211693


Attachments
stacktrace (1.35 KB, text/plain)
2014-09-10 17:59 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2014-09-10 17:59:21 UTC
This bug was originally marked as duplicate of bug 235225, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
alied: opened jira issue




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:755)
   at org.netbeans.modules.jira.issue.IssuePanel.reloadFormInAWT(IssuePanel.java:1284)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller$1.run(NbJiraIssue.java:2003)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 alied 2014-09-10 17:59:22 UTC
Created attachment 149122 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-12 11:22:21 UTC
looks like the project metadata haven't been been downloaded yet. We should fix that, but as a workaround try the "Reload Attributes" action in the botton left corner of a query dialog
Comment 3 Tomas Stupka 2015-07-22 17:10:22 UTC
fixed in jet-main #0df63e236b99
Comment 4 Quality Engineering 2015-07-23 01:15:32 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/0df63e236b99
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #247007 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.reloadForm