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 248695 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.initProjectCombo
Summary: NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.initProjec...
Status: RESOLVED FIXED
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: 2014-11-17 17:46 UTC by phpguru
Modified: 2015-07-23 01:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213486


Attachments
stacktrace (2.07 KB, text/plain)
2014-11-17 17:46 UTC, phpguru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phpguru 2014-11-17 17:46:10 UTC
Build: NetBeans IDE Dev (Build 201411040753)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
phpguru: Trying to commit to github and post comment to jira task repository




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.IssuePanel.initProjectCombo(IssuePanel.java:409)
   at org.netbeans.modules.jira.issue.IssuePanel.setIssue(IssuePanel.java:354)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller.<init>(NbJiraIssue.java:1974)
   at org.netbeans.modules.jira.issue.NbJiraIssue.getController(NbJiraIssue.java:1165)
   at org.netbeans.modules.jira.JiraIssueProvider.getController(JiraIssueProvider.java:106)
   at org.netbeans.modules.jira.JiraIssueProvider.getController(JiraIssueProvider.java:52)
Comment 1 phpguru 2014-11-17 17:46:12 UTC
Created attachment 150530 [details]
stacktrace
Comment 2 phpguru 2014-11-17 19:52:48 UTC
The "Edit Task Repository" window comes up hundreds of times in a row during the attempt to commit. It may be in an infinite loop; I didn't wait long enough to find out. If you escape/cancel this dialog a dozen or so times, the IDE finally recovers and ultimately the code is committed and the task repo issue picked is updated successfully.
Comment 3 Tomas Stupka 2015-07-22 15:46:07 UTC
after effect of repository configuration not retrieved from server
will fix the NPE
Comment 4 Tomas Stupka 2015-07-22 17:10:15 UTC
fixed in jet-main #403abb751318
Comment 5 Quality Engineering 2015-07-23 01:15:01 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/403abb751318
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #248695 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.initProjectCombo