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 193098 - [70cat] NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.NameRef.getIndex
Summary: [70cat] NullPointerException at org.netbeans.modules.masterfs.filebasedfs.nam...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 09:32 UTC by schkovich
Modified: 2010-12-10 07:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174840


Attachments
stacktrace (4.39 KB, text/plain)
2010-12-09 09:32 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2010-12-09 09:32:50 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: Switching beetween opened files




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.registerInstanceOfFileNaming(NamingFactory.java:143)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:80)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.create(FileObjectFactory.java:417)
Comment 1 schkovich 2010-12-09 09:32:54 UTC
Created attachment 103796 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-10 07:53:33 UTC
This bug is duplicate of bug 192941.