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 - StackOverflowError at org.netbeans.modules.javascript2.model.JsFunctionImpl.getJSKind
Summary: StackOverflowError at org.netbeans.modules.javascript2.model.JsFunctionImpl.g...
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: 2017-12-09 15:59 UTC by theshadow27
Modified: 2017-12-09 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231127


Attachments
stacktrace (119.95 KB, text/plain)
2017-12-09 16:00 UTC, theshadow27
Details

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