CloneSet1487


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20201.000statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12039
src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs
220280
src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs
Clone Instance
1
Line Count
20
Source Line
39
Source File
src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs

                        string xml =
                                @"<account id='acb123'>
\t<balance>123.45</balance>
\t<customer id='xyz123'>
\t\t<stuff>
\t\t\t<foo bar='x'>foo</foo>
\t\t\t<foo bar='y'>bar</foo>
\t\t</stuff>
\t\t<amount>45</amount>
\t\tAn example customer
\t\t<name>
\t\t\t<first>Fabio</first>
\t\t\t<last>Maulo</last>
\t\t</name>
\t</customer>
</account>"             ;
                        var doc1 = new XmlDocument();
                        doc1.LoadXml(xml);
                        XmlElement acct = doc1.DocumentElement;
                        var cust = (XmlElement) acct.SelectSingleNode("customer");


Clone Instance
2
Line Count
20
Source Line
280
Source File
src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs

                        string xml =
                                @"<account id='acb123'>
\t<balance>123.45</balance>
\t<customer id='xyz123'>
\t\t<stuff>
\t\t\t<foo bar='x'>foo</foo>
\t\t\t<foo bar='y'>bar</foo>
\t\t</stuff>
\t\t<amount>45</amount>
\t\tAn example customer
\t\t<name>
\t\t\t<first>Fabio</first>
\t\t\t<last>Maulo</last>
\t\t</name>
\t</customer>
</account>"             ;
                        var doc1 = new XmlDocument();
                        doc1.LoadXml(xml);
                        XmlElement acct = doc1.DocumentElement;
                        var cust = (XmlElement) acct.SelectSingleNode("customer");


Clone AbstractionParameter Count: 0Parameter Bindings

string xml = @"<account id='acb123'>
\t<balance>123.45</balance>
\t<customer id='xyz123'>
\t\t<stuff>
\t\t\t<foo bar='x'>foo</foo>
\t\t\t<foo bar='y'>bar</foo>
\t\t</stuff>
\t\t<amount>45</amount>
\t\tAn example customer
\t\t<name>
\t\t\t<first>Fabio</first>
\t\t\t<last>Maulo</last>
\t\t</name>
\t</customer>
</account>";
var doc1 = new XmlDocument();
doc1.LoadXml(xml);
XmlElement acct = doc1.DocumentElement;
var cust = (XmlElement)acct.SelectSingleNode("customer");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None