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 269527 - AssertionError: Probably cycle in the javascript model of file: K:/tmp/maksk/StatusTool2/web/js/libs/sorttable/sorttable.js
Summary: AssertionError: Probably cycle in the javascript model of file: K:/tmp/maksk/...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 13:29 UTC by Maksim Khramov
Modified: 2018-02-08 17:26 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227639


Attachments
stacktrace (5.63 KB, text/plain)
2017-01-11 13:29 UTC, Maksim Khramov
Details
stacktrace (5.68 KB, text/plain)
2017-06-12 16:13 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2017-01-11 13:29:55 UTC
Build: NetBeans IDE Dev (Build 201612260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b09, Java(TM) SE Runtime Environment, 1.8.0_111-b09
OS: Windows 7

User Comments:
mkhramov: Occurs on open java web project.
Sorttable script file is  http://www.kryogenix.org/code/browser/sorttable/




Stacktrace: 
java.lang.AssertionError: Probably cycle in the javascript model of file: K:/tmp/maksk/StatusTool2/web/js/libs/sorttable/sorttable.js
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:581)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:601)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:566)
   at org.netbeans.modules.javascript2.model.api.Model.getModelVisitor(Model.java:196)
   at org.netbeans.modules.javascript2.model.api.Model.getGlobalObject(Model.java:491)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.index(JsIndexer.java:119)
Comment 1 Maksim Khramov 2017-01-11 13:29:57 UTC
Created attachment 163370 [details]
stacktrace
Comment 2 rweaver 2017-06-12 16:13:17 UTC
Created attachment 164513 [details]
stacktrace

Editing a large JSON file and doing undo/redo.