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

Summary: Impossible to add a new task repository
Product: connecteddeveloper Reporter: bertrandbo
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226624
Attachments: stacktrace

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