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 13279 - Wrap null to VoidValue in MFS only if such attribute really exists on non-writable layer
Summary: Wrap null to VoidValue in MFS only if such attribute really exists on non-wri...
Status: CLOSED DUPLICATE of bug 16761
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-28 15:43 UTC by rmatous
Modified: 2008-12-22 18:09 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmatous 2001-06-28 15:43:38 UTC
Wrap null to VoidValue in MFS only if such attribute really exists on non-
writable layer. Such layers are not part of DelegatingFileSystem - so it will 
solve next problem that arises on DelegatingFileSystem.

PROBLEM:
Resource /WEB_INF/classes/myResource can be find as FileObject in both 
DelegatingFileSystem and LocalFileSystem. So exists two FileObjects and their 
methods getAttribute ("myAttribute") should return the same value for both. But 
getAttribute on FileObject from DelegatingFileSystem returns null and the 
second one call on LoacalFileSystem return instance of VoidValue.
Comment 1 Jan Chalupa 2001-11-27 13:03:07 UTC
Target milestone -> 3.3.1.
Comment 2 rmatous 2002-01-10 13:39:07 UTC
Duplicate of #16761.

*** This issue has been marked as a duplicate of 16761 ***
Comment 3 Quality Engineering 2003-07-01 15:50:52 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 4 Quality Engineering 2003-07-01 16:11:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.