Subject: | possible bug in SemanticDiff 1.0 |
Date: | Tue, 24 Jul 2012 17:19:33 +0000 |
To: | "bug-XML-SemanticDiff [...] rt.cpan.org" <bug-XML-SemanticDiff [...] rt.cpan.org> |
From: | "Cunningham, Jeffery" <Jeffery.Cunningham [...] amd.com> |
Unless I am missing a step, an element is being reported as rogue element but it exists in xml file compared with.
I discovered that a element can be reported as new rogue element in new file if not in same location as old file. Example if old file contains:
<classes name="Zanoply::AccessLogic">
<all_members name="accessLogic"/>
<all_members name="DBUS"/>
</classes>
And new file contains:
<classes name="Zanoply::AccessLogic">
<all_members name="accessLogic"/>
<all_members name="SPR"/>
<all_members name="DBUS"/>
</classes>
Then DBUS is reported both as a change in attribute value (which is ok), but also reported as new rogue element in new file, although it exists in both files.
Jeff Cunningham
Department: Software Infrastructure
[cid:image001.png@01CD6996.4B08A100]