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 262974 - AssertionError: Probably cycle in the javascript model of file Rgd/Cms/theme/newadmin/assets/js/plupload/jsv2/moxie.js
Summary: AssertionError: Probably cycle in the javascript model of file Rgd/Cms/theme/...
Status: RESOLVED FIXED
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-19 12:34 UTC by troodon
Modified: 2016-08-04 02:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224918


Attachments
stacktrace (6.37 KB, text/plain)
2016-07-19 12:34 UTC, troodon
Details
stacktrace (6.33 KB, text/plain)
2016-07-21 18:01 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description troodon 2016-07-19 12:34:18 UTC
Build: NetBeans IDE Dev (Build 201607190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>Unknown. I was just readng a file.

GUEST: Simply Open IDE

troodon: opening project

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: Nothing. Just opened my files. Probably a result of the background scanner doing its thing.




Stacktrace: 
java.lang.AssertionError: Probably cycle in the javascript model of file: /home/dkaaden/servers/nbwm-www/devel/vincent/rexgard5/Rgd/Cms/theme/newadmin/assets/js/plupload/jsv2/moxie.js
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:583)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:602)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:602)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:602)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:602)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:602)
Comment 1 troodon 2016-07-19 12:34:20 UTC
Created attachment 160448 [details]
stacktrace
Comment 2 mrpc 2016-07-21 18:01:02 UTC
Created attachment 161366 [details]
stacktrace

Installed latest build, started it. Exception was thrown while netbeans was in background and it was "background scanning of projects"
Comment 3 Petr Pisl 2016-08-02 13:55:34 UTC
Cased by https://raw.githubusercontent.com/moxiecode/plupload/master/js/moxie.js file. I'm going to fix it.
Comment 4 Petr Pisl 2016-08-02 16:50:16 UTC
In the reports there are tree files that cases this. The mentioned moxie.js, then builder.js from knex and codemirror.js. 

This fixes the problems with moxie.js http://hg.netbeans.org/web-main/rev/930012f51eeb.
Comment 5 Quality Engineering 2016-08-03 02:01:24 UTC
Integrated into 'main-silver', will be available in build *201608030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/930012f51eeb
User: Petr Pisl <ppisl@netbeans.org>
Log: #262974 - AssertionError: Probably cycle in the javascript model of file Rgd/Cms/theme/newadmin/assets/js/plupload/jsv2/moxie.js
Comment 6 Petr Pisl 2016-08-03 13:28:31 UTC
Can be marked as fixed. All cases from the exception reports are fixed.
Comment 7 Quality Engineering 2016-08-04 02:03:43 UTC
Integrated into 'main-silver', will be available in build *201608040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5b7da4287b14
User: Petr Pisl <ppisl@netbeans.org>
Log: #262974 - AssertionError: Probably cycle in the javascript model