Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 7 | 1 | 0.988 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 23 | src/NHibernate/Action/CollectionRecreateAction.cs |
2 | 5 | 60 | src/NHibernate/Action/CollectionRemoveAction.cs |
3 | 5 | 33 | src/NHibernate/Action/CollectionUpdateAction.cs |
4 | 5 | 38 | src/NHibernate/Action/EntityDeleteAction.cs |
5 | 5 | 61 | src/NHibernate/Action/EntityIdentityInsertAction.cs |
6 | 5 | 45 | src/NHibernate/Action/EntityInsertAction.cs |
7 | 5 | 50 | src/NHibernate/Action/EntityUpdateAction.cs |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| ||||
bool statsEnabled = Session.Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
| |||
bool statsEnabled = [[#variable54a43e60]].Factory.Statistics.IsStatisticsEnabled; Stopwatch stopwatch = null; if (statsEnabled) { stopwatch = Stopwatch.StartNew(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54a43e60]] | Session |
1 | 2 | [[#54a43e60]] | session |
1 | 3 | [[#54a43e60]] | Session |
1 | 4 | [[#54a43e60]] | Session |
1 | 5 | [[#54a43e60]] | Session |
1 | 6 | [[#54a43e60]] | Session |
1 | 7 | [[#54a43e60]] | Session |