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 - VcsFileSystem.getStatus(FileObject fo) does not work for FileObjects from MasterFileSystem
Summary: VcsFileSystem.getStatus(FileObject fo) does not work for FileObjects from Mas...
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-03-31 17:01 UTC by Martin Entlicher
Modified: 2005-04-07 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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