Move Definition visit algorithm outside of Definition class
-----------------------------------------------------------
Key: TILES-176
URL: https://issues.apache.org/struts/browse/TILES-176
Project: Tiles
Issue Type: Improvement
Components: tiles-core
Affects Versions: 2.0.3
Reporter: Antonio Petrelli
Assigned To: Antonio Petrelli
Fix For: 2.0.4
Currently, when resolving inheritance between definitions (in DefinitionsImpl
and DefinitionManager), the "isVisited" property of Definition class is used.
The problem is that we put an algorithm property as an object property.
It is better to externalize this property outside of Definition class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.