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 262608 - NullPointerException at org.openide.filesystems.FileObject.getFileObject
Summary: NullPointerException at org.openide.filesystems.FileObject.getFileObject
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-28 17:06 UTC by wilmar
Modified: 2016-06-28 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224896


Attachments
stacktrace (701 bytes, text/plain)
2016-06-28 17:06 UTC, wilmar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wilmar 2016-06-28 17:06:47 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
wilmar: Can't restore default Keymap

Remove unused imports don't work and a bell sound. (Ctrl + Shift + i)




Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileObject.getFileObject(FileObject.java:970)
   at org.netbeans.modules.options.keymap.LayersBridge.deleteProfile(LayersBridge.java:599)
   at org.netbeans.modules.options.keymap.KeymapModel.deleteProfile(KeymapModel.java:553)
   at org.netbeans.modules.options.keymap.MutableShortcutsModel$1.run(MutableShortcutsModel.java:582)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 wilmar 2016-06-28 17:06:49 UTC
Created attachment 160187 [details]
stacktrace