CloneSet561


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2520.980statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1220
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs
2235
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs
3254
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs
4289
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs
52117
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs
Clone Instance
1
Line Count
2
Source Line
20
Source File
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs

                        Assert.AreEqual("world!", (string) enumerator.Current, "Can't get second token");
                        Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");


Clone Instance
2
Line Count
2
Source Line
35
Source File
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs

                        Assert.AreEqual("world!", (string) enumerator.Current, "Can't get second token");
                        Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");


Clone Instance
3
Line Count
2
Source Line
54
Source File
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs

                        Assert.AreEqual("know", (string) enumerator.Current, "Can't get fifth token");
                        Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");


Clone Instance
4
Line Count
2
Source Line
89
Source File
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs

                        Assert.AreEqual(" ", (string) enumerator.Current, "Can't get last space");
                        Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");


Clone Instance
5
Line Count
2
Source Line
117
Source File
src/NHibernate.Test/UtilityTest/StringTokenizerFixture.cs

                        Assert.AreEqual(",", (string) enumerator.Current, "Can't get fifth delimiter");
                        Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");


Clone AbstractionParameter Count: 2Parameter Bindings

Assert.AreEqual( [[#variable6d427400]], (string)enumerator.Current, [[#variable6ff4b2c0]]);
Assert.AreEqual(false, enumerator.MoveNext(), "Still thinking there are more tokens");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6d427400]]
"world!" 
12[[#6d427400]]
"," 
13[[#6d427400]]
" " 
14[[#6d427400]]
"know" 
15[[#6d427400]]
"world!" 
21[[#6ff4b2c0]]
"Can't get second token" 
22[[#6ff4b2c0]]
"Can't get fifth delimiter" 
23[[#6ff4b2c0]]
"Can't get last space" 
24[[#6ff4b2c0]]
"Can't get fifth token" 
25[[#6ff4b2c0]]
"Can't get second token"