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 257332 - NullPointerException at org.openide.filesystems.FileUtil.toFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-29 18:38 UTC by akobberup
Modified: 2016-01-09 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221891


Attachments
stacktrace (7.25 KB, text/plain)
2015-12-29 18:38 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2015-12-29 18:38:15 UTC
Build: NetBeans IDE Dev (Build 201511290002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
akobberup: Using GoToType...




Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:821)
   at org.openide.filesystems.FileUtil.getFileDisplayName(FileUtil.java:1547)
   at org.netbeans.modules.java.source.ui.JavaTypeDescription.getFileDisplayPath(JavaTypeDescription.java:213)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$TypeDescriptorConvertor.getFilePath(GoToTypeAction.java:464)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$TypeDescriptorConvertor.getFilePath(GoToTypeAction.java:441)
   at org.netbeans.modules.jumpto.common.ItemRenderer$MyPanel.getToolTipText(ItemRenderer.java:406)
Comment 1 akobberup 2015-12-29 18:38:17 UTC
Created attachment 157947 [details]
stacktrace
Comment 2 Tomas Zezula 2016-01-08 14:02:48 UTC
Fixed jet-main 0c268d95c328
Comment 3 Quality Engineering 2016-01-09 02:41:51 UTC
Integrated into 'main-silver', will be available in build *201601090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0c268d95c328
User: Tomas Zezula <tzezula@netbeans.org>
Log: #257332:NullPointerException at org.openide.filesystems.FileUtil.toFile