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 122075

Summary: changes on disk seem to cause file and project views to collapse
Product: ruby Reporter: jerrett <jerrett>
Component: ProjectAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker Keywords: RANDOM
Priority: P4    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jerrett 2007-11-16 00:29:42 UTC
I haven't been able to pinpoint it exactly, but it seems to be triggered from any external changes or access of files
from  outside netbeans - causing the tree view to collapse completely


has happened in the last few nightlies, most recently tested on todays (nov 15)
Comment 1 jerrett 2007-11-23 00:39:10 UTC
figured it out, it's happening when i run my specs - after all specs pass i have it set to run rcov, which dumps removes
the root 'coverage' directory, then recreates it and dumps html files into it


this causes the whole project tre in "files" view for that project to collapse
Comment 2 Martin Krauskopf 2008-02-28 12:47:47 UTC
Hi Jerret. I've tried to simulate with custom rake task creating, deleting root folder in my project, I've also try to
reproduce with rcov running on my Rails project. But never succeed to reproduce.
If you would have some simpler steps to reproduce, like "1) create a new Rails project, 2) create a new rake task, 3)
run it, ...) it would help.