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 222502

Summary: StackOverflowError at javascript2.editor.index.JsIndex.getProperties
Product: javascript Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195473
Attachments: stacktrace

Description Exceptions Reporter 2012-11-21 03:02:16 UTC
This bug was originally marked as duplicate of bug 192504, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:328)
   at java.util.WeakHashMap.get(WeakHashMap.java:375)
   at java.util.Collections$SynchronizedMap.get(Collections.java:2031)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:607)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:602)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.issueIfExist(FileObjectFactory.java:265)
Comment 1 Exceptions Reporter 2012-11-21 03:02:19 UTC
Created attachment 128177 [details]
stacktrace
Comment 2 Petr Pisl 2012-11-22 09:06:32 UTC

*** This bug has been marked as a duplicate of bug 222281 ***