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 57276

Summary: VcsFileSystem.getStatus(FileObject fo) does not work for FileObjects from MasterFileSystem
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcscoreAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Entlicher 2005-03-31 17:01:54 UTC
VcsFileSystem.getStatus(FileObject fo) does not convert the passed FileObject to
the native FileObject of this filesystem.
Comment 1 Martin Entlicher 2005-03-31 17:10:27 UTC
The call to conversion method was missing.
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v  <-- 
VcsFileSystem.java
new revision: 1.324; previous revision: 1.323