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 - Files tab may finish with invalid nodes showing (hard to reproduce)
Summary: Files tab may finish with invalid nodes showing (hard to reproduce)
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 14:53 UTC by michal.owsiak
Modified: 2011-01-08 18:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
incorrect file list (21.82 KB, image/png)
2010-12-22 14:53 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
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.