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 193152 - [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 13:50 UTC by aquaglia
Modified: 2010-12-10 07:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174851


Attachments
stacktrace (5.51 KB, text/plain)
2010-12-09 13:51 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2010-12-09 13:50:57 UTC
Build: NetBeans IDE Dev (Build 201012090001)
VM: Java HotSpot(TM) Client VM, 20.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b118
OS: Windows XP

User Comments:
aquaglia: Opening IDE with opened projects




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 aquaglia 2010-12-09 13:51:00 UTC
Created attachment 103862 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-10 07:53:34 UTC
This bug is duplicate of bug 192941.