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 188242

Summary: NullPointerException at org.netbeans.modules.jumpto.file.FileDescription.getIcon
Product: utilities Reporter: tnleeuw <tnleeuw>
Component: Jump ToAssignee: Victor Vasilyev <vvg>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tnleeuw
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171090
Attachments: stacktrace

Description tnleeuw 2010-06-30 13:40:29 UTC
Build: NetBeans IDE Dev (Build 201006300001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows Vista

User Comments:
tnleeuw: Invoked "Go to File", started typing a file-name in all uppercase for a file whose name actually is all in uppercase.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jumpto.file.FileDescription.getIcon(FileDescription.java:100)
   at org.netbeans.modules.jumpto.file.FileSearchAction$Renderer.getListCellRendererComponent(FileSearchAction.java:789)
   at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:190)
   at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:299)
   at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:222)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 tnleeuw 2010-06-30 13:40:32 UTC
Created attachment 100521 [details]
stacktrace
Comment 2 Victor Vasilyev 2010-09-16 08:50:08 UTC

*** This bug has been marked as a duplicate of bug 187973 ***