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 207539 - Closed projects being scanned
Summary: Closed projects being scanned
Status: RESOLVED DUPLICATE of bug 208277
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 19:29 UTC by Jesse Glick
Modified: 2012-04-25 08:19 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184217


Attachments
stacktrace (2.57 KB, text/plain)
2012-01-19 19:29 UTC, Jesse Glick
Details
stacktrace (2.57 KB, text/plain)
2012-01-26 10:58 UTC, Exceptions Reporter
Details
stacktrace (2.01 KB, text/plain)
2012-03-01 19:04 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-01-19 19:29:56 UTC
Build: NetBeans IDE Dev (Build 20120117-592d3ed6839e)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
jglick: Had a bunch of projects open with an MQ patch applied which included signature changes. From an external shell, qpopped the patch. Immediately afterwards, returned to NB and closed the project group, leaving no projects open. Nonetheless the IDE began rescanning all source roots mentioned in the formerly open projects.

gbivins: Trying to update and build this morning  the cpu is pegged and the ide says "Scanning projects... 100%"

GUEST: If you switch an open project's git branch while NetBeans is scanning it, the scanning process will effectively go into an infinite loop.




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:74)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:67)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.fileChangedImpl(RepositoryUpdater.java:686)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$5800(RepositoryUpdater.java:143)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FCL.fileChanged(RepositoryUpdater.java:5245)
Comment 1 Jesse Glick 2012-01-19 19:29:59 UTC
Created attachment 115096 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-01-20 08:36:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184217
Comment 3 Exceptions Reporter 2012-01-26 10:58:07 UTC
Created attachment 115265 [details]
stacktrace
Comment 4 Jesse Glick 2012-03-01 19:04:08 UTC
Created attachment 116261 [details]
stacktrace
Comment 5 Svata Dedic 2012-04-25 08:19:12 UTC

*** This bug has been marked as a duplicate of bug 208277 ***