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 193105

Summary: [70cat] NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.NameRef.getIndex
Product: platform Reporter: schkovich <schkovich>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal CC: Wierrat
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174844
Attachments: stacktrace
stacktrace

Description schkovich 2010-12-09 09:53:57 UTC
Build: NetBeans IDE Dev (Build 201012090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
schkovich: Swiching back to the desktop where IDE is opened

schkovich: IDE is not usable. Errors are thrown almost on every action. :(

schkovich: Clicking on file menu




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.naming.NameRef.getIndex(NameRef.java:64)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.cleanQueue(NamingFactory.java:313)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:179)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:91)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChild(ChildrenSupport.java:189)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.getChild(ChildrenSupport.java:110)
Comment 1 schkovich 2010-12-09 09:54:01 UTC
Created attachment 103803 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-09 10:51:54 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174844
Comment 3 Wierrat 2010-12-09 12:27:55 UTC
Created attachment 103836 [details]
stacktrace

create new php project with exsisting code, error occurs while project scaninng
Comment 4 Jaroslav Tulach 2010-12-10 07:53:34 UTC
This bug is duplicate of bug 192941.