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 267718 - NullPointerException at org.netbeans.modules.jira.repository.JiraRepository.ensureCredentials
Summary: NullPointerException at org.netbeans.modules.jira.repository.JiraRepository.e...
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 13:48 UTC by Exceptions Reporter
Modified: 2016-08-26 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225936


Attachments
stacktrace (1.81 KB, text/plain)
2016-08-26 13:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-08-26 13:48:50 UTC
This bug was originally marked as duplicate of bug 252881, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: Netbeans was searching for JIRA cases!




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.repository.JiraRepository.ensureCredentials(JiraRepository.java:590)
   at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:127)
   at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:108)
   at org.netbeans.modules.jira.repository.JiraRepository.getConfigurationIntern(JiraRepository.java:573)
   at org.netbeans.modules.jira.repository.JiraRepository.getConfiguration(JiraRepository.java:537)
   at org.netbeans.modules.jira.Jira$2.getPriorityInfos(Jira.java:217)
Comment 1 Exceptions Reporter 2016-08-26 13:48:52 UTC
Created attachment 161781 [details]
stacktrace