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 269540

Summary: NullPointerException at javax.swing.ImageIcon.<init>
Product: connecteddeveloper Reporter: baca07
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P1    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227062
Attachments: stacktrace

Description baca07 2017-01-12 15:47:55 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
baca07: I wanted to add jira as task repository:
Services tab -> right click on Task Repositories -> Create Task Repositiory

GUEST: This happened while using the JIRA plugin right after clicking on "Create Task Repository"

GUEST: i wanted to add task repository -> Services tab -> right click on Task Repositories -> Create Task Repository




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 com.sun.java.swing.plaf.windows.WindowsComboBoxUI.getMinimumSize(WindowsComboBoxUI.java:331)
   at javax.swing.JComponent.getMinimumSize(JComponent.java:1744)
Comment 1 baca07 2017-01-12 15:47:57 UTC
Created attachment 163382 [details]
stacktrace