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 223002 - Background scann deleting files
Summary: Background scann deleting files
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 17:36 UTC by Exceptions Reporter
Modified: 2012-12-04 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195879


Attachments
stacktrace (2.15 KB, text/plain)
2012-11-29 17:36 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-11-29 17:36:13 UTC
This bug was originally marked as duplicate of bug 194810, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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 7

User Comments:
GUEST: Not sure what happened but the background scanning is removing file from my project.




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.RepositoryUpdater.stateChanged(RepositoryUpdater.java:588)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
Comment 1 Exceptions Reporter 2012-11-29 17:36:14 UTC
Created attachment 128598 [details]
stacktrace
Comment 2 Tomas Zezula 2012-12-04 10:25:41 UTC
Scan started by VCS changing the global visibility (marking some files as visible non visible). The source roots need to be rechecked if some files are affected by this global change.