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 271023 - StackOverflowError at java.util.AbstractCollection.containsAll
Summary: StackOverflowError at java.util.AbstractCollection.containsAll
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-07-03 07:58 UTC by luktar
Modified: 2017-07-03 07:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224912


Attachments
stacktrace (129.79 KB, text/plain)
2017-07-03 07:58 UTC, luktar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luktar 2017-07-03 07:58:50 UTC
Build: NetBeans IDE 8.2 (Build 201610071157)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
GUEST: Go to declaration

GUEST: CTRL+FIND on project.

Dusty: I ctrl-clicked a function call in JS editor

GUEST: No idea what happened. Related to scanning project after starting the program probably.

luktar: nic, samo si? pojawi?o

GUEST: dont know




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:325)
Comment 1 luktar 2017-07-03 07:58:53 UTC
Created attachment 164679 [details]
stacktrace