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 - StackOverflowError at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence
Summary: StackOverflowError at org.netbeans.modules.javascript2.editor.navigation.Occu...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 13:31 UTC by rodrigobeavis
Modified: 2017-11-14 15:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225169


Attachments
stacktrace (120.03 KB, text/plain)
2016-10-11 13:31 UTC, rodrigobeavis
Details
stacktrace (120.03 KB, text/plain)
2017-03-26 11:40 UTC, brettryan
Details

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