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 268121 - StackOverflowError at java.util.AbstractCollection.toArray
Summary: StackOverflowError at java.util.AbstractCollection.toArray
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 15:10 UTC by Rotan Hanrahan
Modified: 2016-09-20 15:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211089


Attachments
stacktrace (93.97 KB, text/plain)
2016-09-20 15:10 UTC, Rotan Hanrahan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rotan Hanrahan 2016-09-20 15:10:15 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Cliked on file to edit it.

GUEST: setting up angularjs project

GUEST: seems to occur during the code hinting of toastr.js

GUEST: parsing json rest data with angular

GUEST: crash during code completion in .js file, using angularjs

GUEST: Starting webapp in debug mode.

GUEST: unknown error and javascript's autocomplete breaks, i.e. after I type dot, the autocomplete don't word. I have to type ctrl-space two time for the autocomplete list to show...

GUEST: creating an object variable inside .js file. like var data = {unit:d.unitname}

GUEST: typing in .js file. project is html5, php, jquery, and angularjs

rotan: Editing markup that uses AngularJS (which seems to be a common feature of this particular overflow error).

GUEST: Erro com etapas desconhecidas, mas ocorrendo no contexto de edi
Comment 1 Rotan Hanrahan 2016-09-20 15:10:17 UTC
Created attachment 162136 [details]
stacktrace