Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.957 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 45 | src/NHibernate/Stat/CollectionStatistics.cs |
2 | 6 | 51 | src/NHibernate/Stat/EntityStatistics.cs |
| ||||
new StringBuilder(). Append("CollectionStatistics["). Append("loadCount=").Append(loadCount). Append(",fetchCount=").Append(fetchCount). Append(",recreateCount=").Append(recreateCount). Append(",removeCount=").Append |
| ||||
new StringBuilder(). Append("EntityStatistics["). Append("loadCount=").Append(loadCount). Append(",updateCount=").Append(updateCount). Append(",insertCount=").Append(insertCount). Append(",deleteCount=").Append |
| |||
new StringBuilder().Append( [[#variable571b0fc0]]).Append("loadCount=").Append(loadCount).Append( [[#variable571b0f40]]).Append( [[#variable571b0980]]).Append( [[#variable571b0ea0]]).Append( [[#variable571b0e80]]).Append( [[#variable571b0e40]]).Append |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571b0fc0]] | "EntityStatistics[" |
1 | 2 | [[#571b0fc0]] | "CollectionStatistics[" |
2 | 1 | [[#571b0f40]] | ",updateCount=" |
2 | 2 | [[#571b0f40]] | ",fetchCount=" |
3 | 1 | [[#571b0980]] | updateCount |
3 | 2 | [[#571b0980]] | fetchCount |
4 | 1 | [[#571b0ea0]] | ",insertCount=" |
4 | 2 | [[#571b0ea0]] | ",recreateCount=" |
5 | 1 | [[#571b0e80]] | insertCount |
5 | 2 | [[#571b0e80]] | recreateCount |
6 | 1 | [[#571b0e40]] | ",deleteCount=" |
6 | 2 | [[#571b0e40]] | ",removeCount=" |