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 30360 - InstanceDataObject instanceOf file attribute
Summary: InstanceDataObject instanceOf file attribute
Status: CLOSED DUPLICATE of bug 20414
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 10:16 UTC by _ pkuzel
Modified: 2008-12-22 17:08 UTC (History)
0 users

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 _ pkuzel 2003-01-27 10:16:13 UTC
Please allow following instanceOf attribute
declaration:
<file name="XXX.instance">
  <attr name="instanceOf" stringvalue="a1"/>
  <attr name-"instanceOf" stringvalue="a2"/>
</file>

Currently following waring is issued:
Warning: layer XXX/mf-layer.xml contains duplicate
attributes instanceOf for XXX.instance

Dependency: it requires to add a method:
Enumeration FileObject.getAttributes(String id)
Comment 1 Marian Mirilovic 2003-03-13 13:42:11 UTC
Changed owner David S. -> David K.
Comment 2 _ pkuzel 2003-03-18 08:08:46 UTC
See also issue 20414.
Comment 3 David Konecny 2003-03-18 08:28:22 UTC

*** This issue has been marked as a duplicate of 20414 ***
Comment 4 Marian Mirilovic 2003-07-22 15:42:59 UTC
verified, closed - it's duplicate.