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 253576 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$32$1.run
Summary: NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$32$1.run
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-07-20 11:10 UTC by locutus
Modified: 2015-07-24 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212233


Attachments
stacktrace (1.17 KB, text/plain)
2015-07-20 11:10 UTC, locutus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description locutus 2015-07-20 11:10:57 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
locutus: Tried to open a internal Jira-Issue by CTRL-Click on issue number within a java comment.
Used the "new" jira connector for jira 5.0 and above.
Using the old jira connector no NPE occures.

GUEST: trying to connect to Jira it just won't log in.
The test connection button says successful, but the main functionality does not and cycles back all the time to the form for the connection settings

GUEST: JIRA ERROR




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.IssuePanel$32$1.run(IssuePanel.java:2428)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
   at java.awt.EventQueue$3.run(EventQueue.java:686)
Comment 1 locutus 2015-07-20 11:10:59 UTC
Created attachment 154723 [details]
stacktrace
Comment 2 locutus 2015-07-20 11:23:00 UTC
Don't know the "GUEST"-part in my error description above comes from but strange to say I've exactly the same issue too using the "new" jira connector (5.0+).
Just switching back to Jira 3.13+ connector everthing works fine.
Currently we are using Jira v6.4.4#64019-sha1:7dfd03b.
Comment 3 Tomas Stupka 2015-07-23 09:14:36 UTC
fixed in jet-main #8f120a21981d
Comment 4 Quality Engineering 2015-07-24 01:18:31 UTC
Integrated into 'main-silver', will be available in build *201507240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8f120a21981d
User: Tomas Stupka <tstupka@netbeans.org>
Log: properly configure recently added wagon-http-2.8-shaded.jar
Issue #253576 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$32$1.run