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 192941 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory$NameRef.getIndex
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.Nami...
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:
: 192963 193015 193094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-06 19:36 UTC by rmartins
Modified: 2010-12-10 07:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174742


Attachments
stacktrace (9.67 KB, text/plain)
2010-12-06 19:36 UTC, rmartins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rmartins 2010-12-06 19:36:22 UTC
Build: NetBeans IDE Dev (Build cnd-main-4696-on-101206)
VM: Java HotSpot(TM) Client VM, 19.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b108
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory$NameRef.getIndex(NamingFactory.java:331)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.cleanQueue(NamingFactory.java:311)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:180)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:144)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:81)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.create(FileObjectFactory.java:417)
Comment 1 rmartins 2010-12-06 19:36:25 UTC
Created attachment 103641 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-07 09:17:52 UTC
More asserts and one fix in ergonomics#a397bb8b2179
Comment 3 Jaroslav Tulach 2010-12-07 11:57:16 UTC
*** Bug 192963 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2010-12-08 15:38:55 UTC
*** Bug 193015 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2010-12-09 06:16:45 UTC
Integrated into 'main-golden', will be available in build *201012090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36b92c925f49
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #192941: More asserts and moving to separete NameRef.java class
Comment 6 Jaroslav Tulach 2010-12-09 12:07:36 UTC
*** Bug 193094 has been marked as a duplicate of this bug. ***
Comment 7 Jaroslav Tulach 2010-12-10 07:54:29 UTC
Few more duplicates:

Changes submitted for bug 193077
Changes submitted for bug 193098
Changes submitted for bug 193100
Changes submitted for bug 193102
Changes submitted for bug 193105
Changes submitted for bug 193152
Changes submitted for bug 193153
Changes submitted for bug 193185