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 268498 - NullPointerException at org.netbeans.modules.project.ui.ProjectChooserAccessory$ProjectFileView.getIcon
Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectChooserAccesso...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 08:25 UTC by gnrenzo
Modified: 2016-10-28 01:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216643


Attachments
stacktrace (3.52 KB, text/plain)
2016-10-13 08:25 UTC, gnrenzo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gnrenzo 2016-10-13 08:25:48 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Tentei abrir um novo projeto (ctrl+shift+O)

gnrenzo: When I want open a project

GUEST: I tried the "Open Project" function.
Some days ago it worked. Suddenly it didn't worked anymore. Today I tried reinstalling, it still doesn't work (this is where I send this report).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.ProjectChooserAccessory$ProjectFileView.getIcon(ProjectChooserAccessory.java:562)
   at javax.swing.JFileChooser.getIcon(JFileChooser.java:1603)
   at org.netbeans.swing.dirchooser.DirectoryChooserUI$DirectoryComboBoxRenderer.getListCellRendererComponent(DirectoryChooserUI.java:1884)
   at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(BasicComboBoxUI.java:1366)
   at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(BasicComboBoxUI.java:934)
   at com.sun.java.swing.plaf.windows.WindowsComboBoxUI.getMinimumSize(WindowsComboBoxUI.java:331)
Comment 1 gnrenzo 2016-10-13 08:25:50 UTC
Created attachment 162485 [details]
stacktrace
Comment 2 Tomas Stupka 2016-10-26 14:44:05 UTC
fixed in jet-main #c93c0f1bbe53
Comment 3 Quality Engineering 2016-10-28 01:54:10 UTC
Integrated into 'main-silver', will be available in build *201610280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c93c0f1bbe53
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #268498 - NullPointerException at org.netbeans.modules.project.ui.ProjectChooserAccessory$ProjectFileView.getIcon