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 262760 - StackOverflowError at org.netbeans.modules.javascript2.model.api.Index$CacheValue.contains(Index.java:525)
Summary: StackOverflowError at org.netbeans.modules.javascript2.model.api.Index$CacheV...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 08:37 UTC by Martin Fousek
Modified: 2016-07-27 22:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225164


Attachments
stacktrace (132.01 KB, text/plain)
2016-07-11 08:37 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2016-07-11 08:37:06 UTC
Build: NetBeans IDE Dev (Build javascript2-frameworks-1949-on-20160525)
VM: OpenJDK 64-Bit Server VM, 25.77-b03, OpenJDK Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
marfous: navigation to type




Stacktrace: 
java.lang.StackOverflowError
   at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
   at org.netbeans.modules.javascript2.model.api.Index$CacheValue.contains(Index.java:525)
   at org.netbeans.modules.javascript2.model.api.Index.getCachedValue(Index.java:279)
   at org.netbeans.modules.javascript2.model.api.Index.query(Index.java:214)
   at org.netbeans.modules.javascript2.model.api.Index.findByFqn(Index.java:442)
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.findPropertyOfType(DeclarationFinderImpl.java:326)
Comment 1 Martin Fousek 2016-07-11 08:37:10 UTC
Created attachment 160345 [details]
stacktrace