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 271897

Summary: StackOverflowError at org.netbeans.modules.javascript2.model.JsFunctionImpl.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: 231127
Attachments: stacktrace

Description theshadow27 2017-12-09 15:59:58 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:
theshadow27: editing java script

theshadow27: editing java script




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.JsFunctionImpl.getJSKind(JsFunctionImpl.java:146)
   at org.netbeans.modules.javascript2.model.JsFunctionImpl.getJSKind(JsFunctionImpl.java:169)
   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)
Comment 1 theshadow27 2017-12-09 16:00:01 UTC
Created attachment 165546 [details]
stacktrace