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 - NullPointerException at org.netbeans.modules.jumpto.file.FileDescription.getIcon
Summary: NullPointerException at org.netbeans.modules.jumpto.file.FileDescription.getIcon
Status: RESOLVED DUPLICATE of bug 187973
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 13:40 UTC by tnleeuw
Modified: 2010-09-16 08:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171090


Attachments
stacktrace (5.09 KB, text/plain)
2010-06-30 13:40 UTC, tnleeuw
Details

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