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 257150 - After update from 8.0 to 8.1 background scanning never finish
Summary: After update from 8.0 to 8.1 background scanning never finish
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-15 12:37 UTC by ironmanman
Modified: 2015-12-29 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages file (36.81 KB, application/octet-stream)
2015-12-29 06:53 UTC, ironmanman
Details
snapshot IDE (320.08 KB, application/octet-stream)
2015-12-29 11:16 UTC, ironmanman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ironmanman 2015-12-15 12:37:35 UTC
My project on yii2 after update IDE stoped working.
The behavior described in the bug 250985.
Tested on Linux and Windows 7 (8.1).
Comment 1 Petr Pisl 2015-12-28 17:13:53 UTC
Could you attach the ide log. Thanks
Comment 2 ironmanman 2015-12-29 06:53:25 UTC
Created attachment 157942 [details]
messages file
Comment 3 Petr Pisl 2015-12-29 10:27:36 UTC
I have tried a few open source project based on the yii2 framework and the initial scanning was run successfully during a few seconds. 

I would need to find out, what files are causing the problem. I expect that you can not provide the sources so  could you provide a snapshot of the ide? Let say about 20 seconds of the scanning, when it looks like it is in endless cycle? You have to enable the Performance toolbar, View -> Toolbars -> Performance.

Thanks a lot.
Comment 4 ironmanman 2015-12-29 11:14:00 UTC
I learn yii2 from the code to the book "Web Application Development with Yii 2 and PHP" Mark Safronov. I have problems with application code crmapp.
http://dmkpress.com/files/download/978-5-97060-252-2.7z
Comment 5 ironmanman 2015-12-29 11:16:17 UTC
Created attachment 157943 [details]
snapshot IDE
Comment 6 Petr Pisl 2015-12-29 11:56:34 UTC
Thanks a lot. The problem was in RequireJs support module. Now it should be fixed in trunk. The Fix should be a part of the next daily build. If you don't need the RequireJs Support, you can disable it. 

The fix also should be a part of a patch fro NB 8.1.

Thanks a lot for your cooperation.