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 79096

Summary: CND doesn't refresh Files tab in a proper way
Product: cnd Reporter: dnikitin <dnikitin>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dnikitin 2006-06-26 14:33:41 UTC
CND don't refresh Files tab in a proper way

It seems, that cnd refresh Files tab only after NB lose focus and then get it
again. If NB don't lose focus, Files tab is not updated

For example, I create new sample c/c++ project, build it.
I expected that in Files tab new dir (dist/Debug) appears. I wait some minutes,
but nothing occurs. But if I minimize a NB main window and then I maximize it
only after that Files tab is updated.
Comment 1 Thomas Preisler 2006-10-19 22:00:17 UTC
Fixed. pproject.getFileSystem().refresh(false) is called aftereach clean or build.
Comment 2 Thomas Preisler 2006-10-19 22:00:53 UTC
Fixed