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

Summary: NullPointerException at org.openide.filesystems.FileObject.getFileObject
Product: platform Reporter: wilmar <wilmar>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224896
Attachments: stacktrace

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