Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.952 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 101 | src/NHibernate/Id/Enhanced/SequenceStyleGenerator.cs |
2 | 1 | 102 | src/NHibernate/Id/Enhanced/SequenceStyleGenerator.cs |
| ||||
int initialValue = PropertiesHelper.GetInt32(InitialParam, parms, DefaultInitialValue); |
| ||||
int incrementSize = PropertiesHelper.GetInt32(IncrementParam, parms, DefaultIncrementSize); |
| |||
int [[#variable5f4e4d80]]= PropertiesHelper.GetInt32( [[#variable5f4e4d00]], parms, [[#variable5f4e4ca0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f4e4d80]] | initialValue |
1 | 2 | [[#5f4e4d80]] | incrementSize |
2 | 1 | [[#5f4e4d00]] | InitialParam |
2 | 2 | [[#5f4e4d00]] | IncrementParam |
3 | 1 | [[#5f4e4ca0]] | DefaultInitialValue |
3 | 2 | [[#5f4e4ca0]] | DefaultIncrementSize |