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 223172 - Background scanning..
Summary: Background scanning..
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-12-03 13:21 UTC by Exceptions Reporter
Modified: 2015-08-04 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196021


Attachments
stacktrace (1.91 KB, text/plain)
2012-12-03 13:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-03 13:21:21 UTC
This issue was reported manually by sdedic.
It already has 3 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
GUEST: impoting an existing ExtJS project

GUEST: i can't stop the project check ....when i first create the project which files have been created in my disk.




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1567)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:115)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:108)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:821)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:814)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:85)
Comment 1 Exceptions Reporter 2012-12-03 13:21:23 UTC
Created attachment 128773 [details]
stacktrace
Comment 2 Svata Dedic 2012-12-03 13:23:15 UTC
Please check the processing captured in the reports. On the first sight, it seem +- adequate, but I don't have insight into complexity of JS parsing. Thanks.
Comment 3 vbeffa 2013-03-12 11:13:02 UTC
I would like to stress the importance of this issue. Because of the structure of the project I am working on, all the branches/tags/trunk are visible to NetBeans, and often it gets bogged down in doing a very large filesystem scan. If I try to cancel the operation, I get a message saying it can't be cancelled. In fact, the background scanning is never cancellable. Sometimes I have to quit and restart NetBeans just to stop it.
Comment 4 Petr Pisl 2015-08-04 14:02:15 UTC
The reports are from 7.3 beta. Should be fixed.