Issue Details (XML | Word | Printable)

Key: WODEN-175
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: John Kaputin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Woden

ImportElement and IncludeElement should extend NestedElement

Created: 12/Aug/07 05:39 PM   Updated: 19/Aug/08 04:28 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: M8

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works import_include_parent.patch 2007-08-12 06:25 PM John Kaputin 5 kB

Resolution Date: 12/Aug/07 06:52 PM


 Description  « Hide
As with interface, binding, etc, import and include elements are children of description, so their Element API interface should extend NestedElement and their classes should implement the get/setParentElement methods.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
John Kaputin added a comment - 12/Aug/07 06:25 PM
Added a fix and test for making ImportElement and IncludeElement extend NestedElement. This includes setting the parent reference in the DescriptionElement addImportElement() and addIncludeElement() methods.

John Kaputin added a comment - 12/Aug/07 06:52 PM
r565115