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 271799

Summary: StackOverflowError at org.netbeans.modules.javascript2.model.JsObjectImpl.getJSKind
Product: ide Reporter: kuko
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: kuko, rkok
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226377
Attachments: stacktrace

Description kuko 2017-11-13 18:16:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Working on js file ES2015

kuko: other

GUEST: I was typing js in html file with extension .vue

GUEST: I was working with javascript coding while adding {} character for object intialization I got this message

GUEST: Im developing

kuko: in php project continuos

rkok: Netbeans can't read data from server




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.JsObjectImpl.getJSKind(JsObjectImpl.java:174)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence(OccurrencesSupport.java:83)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence(OccurrencesSupport.java:103)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence(OccurrencesSupport.java:103)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence(OccurrencesSupport.java:103)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesSupport.findOccurrence(OccurrencesSupport.java:103)
Comment 1 kuko 2017-11-13 18:16:39 UTC
Created attachment 165440 [details]
stacktrace