Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 5 | 0.957 | class_member_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 16 | src/NHibernate/Stat/CollectionStatistics.cs |
2 | 15 | 17 | src/NHibernate/Stat/EntityStatistics.cs |
| ||||
internal CollectionStatistics(string categoryName) : base(categoryName) { } public long LoadCount { get { return loadCount; } } public long FetchCount { get { return fetchCount; } } public long UpdateCount { get { return updateCount; } } |
| ||||
internal EntityStatistics(string categoryName) : base(categoryName) { } public long LoadCount { get { return loadCount; } } public long UpdateCount { get { return updateCount; } } public long InsertCount { get { return insertCount; } } |
| |||
internal [[#variable2762d720]](string categoryName): base(categoryName) { } public long LoadCount { get { return loadCount; } } public long [[#variable2762d620]] { get { return [[#variable2c21b180]]; } } public long [[#variable2c21b120]] { get { return [[#variable2762d500]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2762d720]] | CollectionStatistics |
1 | 2 | [[#2762d720]] | EntityStatistics |
2 | 1 | [[#2762d620]] | FetchCount |
2 | 2 | [[#2762d620]] | UpdateCount |
3 | 1 | [[#2c21b180]] | fetchCount |
3 | 2 | [[#2c21b180]] | updateCount |
4 | 1 | [[#2c21b120]] | UpdateCount |
4 | 2 | [[#2c21b120]] | InsertCount |
5 | 1 | [[#2762d500]] | updateCount |
5 | 2 | [[#2762d500]] | insertCount |