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 57004

Summary: "Hide Shadow Files" no longer works for CVS mounts
Product: obsolete Reporter: Jesse Glick <jglick>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2005-03-25 14:56:59 UTC
050325. It seems that setting "Hide Shadow Files" on a CVS mount (nb_all, for
example) no longer works - removed files still appear in the Files tab (with the
"removed" badge on the icon).

P2 because this means that the many bugs which *not* hiding shadow files exposes
in various parts of the system cannot be worked around by hiding them.
Comment 1 Martin Entlicher 2005-03-29 16:05:29 UTC
It was not implemented when the cache was rewritten.
The code is missing in VcsFileSystem.childrenWithTurbo().
Comment 2 Martin Entlicher 2005-03-29 17:24:21 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v  <-- 
VcsFileSystem.java
new revision: 1.322; previous revision: 1.321
Comment 3 Jesse Glick 2005-04-13 18:13:25 UTC
Fixed as far as I know.