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 271227 - Impossible to add a new task repository
Summary: Impossible to add a new task repository
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-03 10:17 UTC by bertrandbo
Modified: 2017-08-03 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226624


Attachments
stacktrace (5.22 KB, text/plain)
2017-08-03 10:17 UTC, bertrandbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bertrandbo 2017-08-03 10:17:13 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: Trying to create a task repository...

bertrandbo: Hi,

I run Netbeans 8.2 (build 201609300101) and I cannot add a new task repository. I don't have any task repository configured yet.

To reproduce, go in "Services" tab, right-click on "Task Repositores" and click on "Create task repository...". A error notification is raised.

Note that I have the JIRA connector plugin activated (version 1.58) in order to plug Netbeans to my project on JIRA Cloud.

Thanks.

GUEST: Pushing to github.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:240)
   at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelectorBuilder$ComboItemsRenderer.getListCellRendererComponent(RepositorySelectorBuilder.java:792)
   at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(BasicComboBoxUI.java:1353)
   at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(BasicComboBoxUI.java:921)
   at javax.swing.JComponent.getMinimumSize(JComponent.java:1744)
   at javax.swing.BoxLayout.checkRequests(BoxLayout.java:483)
Comment 1 bertrandbo 2017-08-03 10:17:16 UTC
Created attachment 164894 [details]
stacktrace