Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 5 | 0.951 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 162 | src/NHibernate/Id/IdentifierGeneratorFactory.cs |
2 | 3 | 166 | src/NHibernate/Id/IdentifierGeneratorFactory.cs |
| ||||
idgenerators.Add("counter", typeof( CounterGenerator)); idgenerators.Add("increment", typeof( IncrementGenerator)); idgenerators.Add("sequence", typeof( SequenceGenerator)); |
| ||||
idgenerators.Add("vm", typeof( CounterGenerator)); idgenerators.Add("foreign", typeof( ForeignGenerator)); idgenerators.Add("guid", typeof( GuidGenerator)); |
| |||
idgenerators.Add( [[#variable6a6a7a80]], typeof(CounterGenerator)); idgenerators.Add( [[#variable6a6a7ae0]], typeof( [[#variable6a6a6f00]])); idgenerators.Add( [[#variable6a6a6e60]], typeof( [[#variable6a6a7960]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6a6a7a80]] | "vm" |
1 | 2 | [[#6a6a7a80]] | "counter" |
2 | 1 | [[#6a6a7ae0]] | "foreign" |
2 | 2 | [[#6a6a7ae0]] | "increment" |
3 | 1 | [[#6a6a6f00]] | ForeignGenerator |
3 | 2 | [[#6a6a6f00]] | IncrementGenerator |
4 | 1 | [[#6a6a6e60]] | "guid" |
4 | 2 | [[#6a6a6e60]] | "sequence" |
5 | 1 | [[#6a6a7960]] | GuidGenerator |
5 | 2 | [[#6a6a7960]] | SequenceGenerator |