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 258740 - Was having terrible delay with background scanning, reinstalled NetBeans to no avail, but removing "///////" from code in projects seems to have made background scanning go back to a reasonable duration.
Summary: Was having terrible delay with background scanning, reinstalled NetBeans to n...
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2016-04-09 07:20 UTC by akarperien
Modified: 2016-05-03 09:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (188.56 KB, text/plain)
2016-04-09 07:20 UTC, akarperien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akarperien 2016-04-09 07:20:45 UTC
Reproducibility: Haven't tried to reproduce it

Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 running on Intel Core 3GHz 64 bit
Java; VM; Vendor = 1.6

Background scanning has made the IDE unuseable by taking ridiculously long times to finish, starting whenever I tried to run, making usage searches interminable, and delaying to the point of giving up, etc., so I looked online for suggestions and tried removing "/////" and similar comment syntax, and since then the problem has not recurred. Coincidence? Don't know.
Comment 1 akarperien 2016-04-09 07:20:49 UTC
Created attachment 159177 [details]
IDE log
Comment 2 Tomas Zezula 2016-05-03 09:00:47 UTC
The attached log is already overwritten by 
INFO [org.netbeans.spi.project.support.ant.GlobFileBuiltQuery]: out of date .....

In the attached log there is no long scan:
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 31 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 binary roots took: 156 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Users\Public\Documents\MMAssembla took: 1,344 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 1,344 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 source roots took: 0 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]


Is it possible to get the reproduceable test project?
Or please update the log when it happens again.
Thanks a lot!