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 252881 - NullPointerException at org.netbeans.modules.jira.repository.JiraRepository.ensureCredentials
Summary: NullPointerException at org.netbeans.modules.jira.repository.JiraRepository.e...
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-06-08 15:38 UTC by monkey1016
Modified: 2015-07-24 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217812


Attachments
stacktrace (2.38 KB, text/plain)
2015-06-08 15:38 UTC, monkey1016
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monkey1016 2015-06-08 15:38:56 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 7

User Comments:
monkey1016: Opened the tasks window and selected a search query that was still refreshing.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.repository.JiraRepository.ensureCredentials(JiraRepository.java:576)
   at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:124)
   at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:106)
   at org.netbeans.modules.jira.repository.JiraRepository.getConfigurationIntern(JiraRepository.java:559)
   at org.netbeans.modules.jira.repository.JiraRepository.getConfiguration(JiraRepository.java:523)
   at org.netbeans.modules.jira.Jira$2.getPriorityInfos(Jira.java:217)
Comment 1 monkey1016 2015-06-08 15:38:57 UTC
Created attachment 154111 [details]
stacktrace
Comment 2 Tomas Stupka 2015-07-23 09:12:14 UTC
from the messages log - after effect from a previous NPE raised in JR.setInfoValues(), which resulted into info not being set

will make more robust
Comment 3 Tomas Stupka 2015-07-23 09:14:45 UTC
fixed in jet-main #8a4d03466c87
Comment 4 Quality Engineering 2015-07-24 01:18:14 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/8a4d03466c87
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #252881 - NullPointerException at org.netbeans.modules.jira.repository.JiraRepository.ensureCredentials