Remove Attribute.attributes and related code
--------------------------------------------
Key: TILES-174
URL: https://issues.apache.org/struts/browse/TILES-174
Project: Tiles
Issue Type: Improvement
Components: tiles-api, tiles-core
Affects Versions: 2.0.3
Reporter: Antonio Petrelli
Assigned To: Antonio Petrelli
Fix For: 2.0.4
The Attribute.attributes is completely useless.
Probably it was introduced to manage attribute override, but it was superseded
by AttributeContext.
All the related code must be removed.
The related code includes the "attribute dependency resolution", since it does
two things:
1. fill the Attribute.attributes map;
2. if the attribute is a definition and its type is null, sets the type to
DEFINITION (already done by BasicTilesContainer).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.