Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.958 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 32 | src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs |
2 | 1 | 33 | src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs |
3 | 1 | 34 | src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs |
| ||||
var prozacClaim1 = new Claim(patient, new DateTime(2000, 1, 1), prozacId1); |
| ||||
var prozacClaim2 = new Claim(patient, new DateTime(2001, 1, 1), prozacId2); |
| ||||
var warfarinClaim1 = new Claim(patient, new DateTime(2000, 4, 1), warfarinId3); |
| |||
var [[#variable52db98a0]]= new Claim(patient, new DateTime( [[#variable52db9820]], [[#variable52db9780]], 1), [[#variable52db96a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52db98a0]] | prozacClaim1 |
1 | 2 | [[#52db98a0]] | prozacClaim2 |
1 | 3 | [[#52db98a0]] | warfarinClaim1 |
2 | 1 | [[#52db9820]] | 2000 |
2 | 2 | [[#52db9820]] | 2001 |
2 | 3 | [[#52db9820]] | 2000 |
3 | 1 | [[#52db9780]] | 1 |
3 | 2 | [[#52db9780]] | 1 |
3 | 3 | [[#52db9780]] | 4 |
4 | 1 | [[#52db96a0]] | prozacId1 |
4 | 2 | [[#52db96a0]] | prozacId2 |
4 | 3 | [[#52db96a0]] | warfarinId3 |