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 268468

Summary: StackOverflowError at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence
Product: ide Reporter: rodrigobeavis
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: brettryan, eknimation, fgutierrez11
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225169
Attachments: stacktrace
stacktrace

Description rodrigobeavis 2016-10-11 13:31:47 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
eknimation: slow. I close and open again.

GUEST: happens frequently when typing out javascript objects....

rodrigobeavis: <Forne
Comment 1 rodrigobeavis 2016-10-11 13:31:49 UTC
Created attachment 162454 [details]
stacktrace
Comment 2 brettryan 2017-03-26 11:40:07 UTC
Created attachment 163948 [details]
stacktrace

Have just typed data. inside a variable called data.

e.g. started with

var data = {
  x = '1'
}

now it looks like

var data = {
  x = '1',
  data.
}

invalid object, yes; but it's causing the IDE to burp.
Comment 3 Exceptions Reporter 2017-11-14 15:28:25 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=225169