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 193735

Summary: Files tab may finish with invalid nodes showing (hard to reproduce)
Product: platform Reporter: michal.owsiak
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: incorrect file list

Description michal.owsiak 2010-12-22 14:53:48 UTC
Created attachment 104395 [details]
incorrect file list

Use-case:

1. Create AnagramGame project
2. Remove AnagramProject from Project list by deleting it (delete content)
3. Create AnagramProject again - Files tab may show files incorrectly (see screen shoot)

There is a white bar just above project (it looks like Files tab considers this bar to be old project).

I am looking for more reproducible use-case.
Comment 1 Jaroslav Tulach 2011-01-08 18:01:35 UTC
Hard to reproduce => almost impossible to fix. This could be fixed by an accident, but not based on your report. I have fixed bug 193189 today. It was a bad race condition in node structure changes. It might improve your issue too, but of course, your issue may be completely unrelated.