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 271582 - background scanning of projects netbeans never ends
Summary: background scanning of projects netbeans never ends
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-03 14:08 UTC by marcao
Modified: 2017-10-03 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226039


Attachments
stacktrace (2.44 KB, text/plain)
2017-10-03 14:09 UTC, marcao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcao 2017-10-03 14:08:59 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11
OS: Linux

User Comments:
GUEST: parando tarefas em segundo plano

GUEST: Create an ionic 2 project...
Add a number of dependency modules...
Add SVN version control and make a number of changes to really populate the .svn folder
Try to open the project folder as a netbeans project

The scanning is a blocking operation which makes any other operations on/in the project folder either much slower or completely impossible (in the case of SVN commit).

GUEST: The message Background scanning of projects apper by long time and nothing happend

GUEST: Taking too long.

mikekarrys: Taking over 15 minutes to scann projects. Stuck at 93%. There is also a "Checking for external changes" running but it says suspended.

marcao: background scanning of projects netbeans never ends




Stacktrace: 
org.netbeans.modules.parsing.impl.indexing.ScanCancelledException: Slow scanning in typescript
   at java.lang.Thread.getStackTrace(Thread.java:1559)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:130)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:121)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:958)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:951)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:91)
Comment 1 marcao 2017-10-03 14:09:03 UTC
Created attachment 165237 [details]
stacktrace