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

See Also:
Issue Type: DEFECT
Exception Reporter: 174844


Attachments
stacktrace (3.68 KB, text/plain)
2010-12-09 09:54 UTC, schkovich
Details
stacktrace (6.56 KB, text/plain)
2010-12-09 12:27 UTC, Wierrat
Details

Note You need to log in before you can comment on or make changes to this bug.
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.