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 271903

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

Description theshadow27 2017-12-11 04:01:25 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: Mac OS X

User Comments:
GUEST: Very slow, after opened JS file (over 3K lines)

theshadow27: editing complex ES6

theshadow27: editing complex ES6




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.JsObjectImpl.getJSKind(JsObjectImpl.java:160)
   at org.netbeans.modules.javascript2.model.JsFunctionImpl.getJSKind(JsFunctionImpl.java:169)
   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)
Comment 1 theshadow27 2017-12-11 04:02:07 UTC
Created attachment 165552 [details]
stacktrace