Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.956 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 70 | src/NHibernate/Cfg/SettingsFactory.cs |
2 | 2 | 124 | src/NHibernate/Cfg/SettingsFactory.cs |
3 | 2 | 128 | src/NHibernate/Cfg/SettingsFactory.cs |
| ||||
#endregion bool comments = PropertiesHelper.GetBoolean(Environment.UseSqlComments, properties); log.Info("Generate SQL with comments: " + EnabledDisabled(comments)); |
| ||||
bool useStatistics = PropertiesHelper.GetBoolean(Environment.GenerateStatistics, properties); log.Info("Statistics: " + EnabledDisabled(useStatistics)); |
| ||||
bool useIdentifierRollback = PropertiesHelper.GetBoolean(Environment.UseIdentifierRollBack, properties); log.Info("Deleted entity synthetic identifier rollback: " + EnabledDisabled(useIdentifierRollback)); |
| |||
#endregion bool [[#variable5115cc00]]= PropertiesHelper.GetBoolean(Environment. [[#variable4ff21b60]], properties); log.Info( [[#variable5115cb80]]+ EnabledDisabled( [[#variable5115cc00]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5115cc00]] | comments |
1 | 2 | [[#5115cc00]] | useStatistics |
1 | 3 | [[#5115cc00]] | useIdentifierRollback |
2 | 1 | [[#4ff21b60]] | UseSqlComments |
2 | 2 | [[#4ff21b60]] | GenerateStatistics |
2 | 3 | [[#4ff21b60]] | UseIdentifierRollBack |
3 | 1 | [[#5115cb80]] | "Generate SQL with comments: " |
3 | 2 | [[#5115cb80]] | "Statistics: " |
3 | 3 | [[#5115cb80]] | "Deleted entity synthetic identifier rollback: " |