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 199095 - LayerBuilder.file should permit addition of attributes to an existing file
Summary: LayerBuilder.file should permit addition of attributes to an existing file
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 196782
Blocks: 198731
  Show dependency tree
 
Reported: 2011-06-02 00:06 UTC by Jesse Glick
Modified: 2011-06-22 14:04 UTC (History)
1 user (show)

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 Jesse Glick 2011-06-02 00:06:47 UTC
See bug #198731 comment #10 for background. A LayerGeneratingProcessor can already append attributes to a folder created by another processor. But currently it will entirely replace a file entry created by another processor, whereas in some circumstances it would be useful to merely append attributes to that file.

Bug #196782 item #2 would be partly regressed, in the uncommon case that a processor formerly added some attributes (or url="..." content, etc.) which it later does not add. The potential fix mentioned in #3 would probably work.
Comment 1 Jesse Glick 2011-06-21 22:49:23 UTC
core-main #113267a3a277
Comment 2 Quality Engineering 2011-06-22 14:04:40 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/113267a3a277
User: Jesse Glick <jglick@netbeans.org>
Log: #199095: LayerBuilder.file should permit addition of attributes to an existing file