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 20414

Summary: Better support for array attributes in XMLFS
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED WONTFIX    
Severity: blocker CC: dsimonek, jglick, pkuzel
Priority: P2 Keywords: API
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 17597    

Description Jaroslav Tulach 2002-02-11 06:07:52 UTC
Currently it is not easy to specify an array type attribute in XMLFS and in
.nbattrs. But for many cases (actions api, issue 17597) it would be excelent to
have human friendly way to provide array attributes. 

The possible format could look like:

<attr name="attrName" arrayvalue="java.lang.String" > <!-- String[] -->
	<element stringvalue="First" />
	<element stringvalue="Second" />
	<element stringvalue="Last" />
</attr>
Comment 1 Jesse Glick 2002-02-11 11:17:19 UTC
Should this "block" #17597?
Comment 2 Jaroslav Tulach 2002-02-11 12:30:54 UTC
Ok, blocking 17597 for planning reasons.
Comment 3 Marek Grummich 2002-07-22 11:23:08 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 11:25:16 UTC
Set target milestone to TBD
Comment 5 _ pkuzel 2003-03-18 08:09:32 UTC
See also issue 30360.
Comment 6 David Konecny 2003-03-18 08:28:21 UTC
*** Issue 30360 has been marked as a duplicate of this issue. ***
Comment 7 Jesse Glick 2003-03-18 10:07:37 UTC
I don't think this is P2! We do OK with comma-separated values in the
current filesystem DTD as far as I know. This is just a syntactic
ease-of-use RFE, which should IMHO be maybe P4.
Comment 8 _ pkuzel 2003-03-18 10:14:40 UTC
Blind guess. Is not there hidden some arrayvalue attribute merging
requirement?
Comment 9 Jaroslav Tulach 2005-12-09 16:51:49 UTC
Let's do some cleanup.