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 231450

Summary: StackOverflowError at java.lang.Class.getSimpleBinaryName
Product: javascript Reporter: misterm <misterm>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201518
Attachments: stacktrace

Description misterm 2013-06-18 14:26:07 UTC
Build: NetBeans IDE Dev (Build 20130615-4b6222f102af)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: .




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Class.getSimpleBinaryName(Class.java:1240)
   at java.lang.Class.getSimpleName(Class.java:1132)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.toString(LuceneIndex.java:525)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.storeImpl(DocumentIndexImpl.java:217)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.store(DocumentIndexImpl.java:194)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.addDocument(DocumentIndexImpl.java:131)
Comment 1 misterm 2013-06-18 14:26:09 UTC
Created attachment 135974 [details]
stacktrace
Comment 2 Petr Hejl 2013-06-27 09:37:56 UTC
Please attach the sample file/project and specify steps to reproduce. Without that it is hard to fix it as source of problem is in the different area of the code.

Might be duplicate of #231782.

Thanks.