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 - NullPointerException at javax.swing.ImageIcon.<init>
Summary: NullPointerException at javax.swing.ImageIcon.<init>
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 15:47 UTC by baca07
Modified: 2017-08-31 12:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227062


Attachments
stacktrace (5.32 KB, text/plain)
2017-01-12 15:47 UTC, baca07
Details

Note You need to log in before you can comment on or make changes to this bug.
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