Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 8 | 2 | 0.959 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 242 | src/NHibernate/Engine/Loading/CollectionLoadContext.cs |
2 | 5 | 52 | src/NHibernate/Engine/TwoPhaseLoad.cs |
3 | 5 | 24 | src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs |
4 | 5 | 334 | src/NHibernate/Event/Default/DefaultLoadEventListener.cs |
5 | 6 | 406 | src/NHibernate/Hql/Ast/ANTLR/Loader/QueryLoader.cs |
6 | 6 | 1296 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
7 | 5 | 193 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
8 | 5 | 478 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
//TODO: Should this be an InitializeEntityEventListener??? (watch out for performance!) bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
bool statsEnabled = source.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
bool statsEnabled = source.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWath = new Stopwatch(); if (statsEnabled) { stopWath.Start(); } |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWatch = new Stopwatch(); if (statsEnabled) { stopWatch.Start(); } |
| ||||
bool statsEnabled = session.Factory.Statistics.IsStatisticsEnabled; var stopWatch = new Stopwatch(); if (statsEnabled) { stopWatch.Start(); } |
| |||
//TODO: Should this be an InitializeEntityEventListener??? (watch out for performance!) bool statsEnabled = [[#variable6e562960]].Factory.Statistics.IsStatisticsEnabled; var [[#variable55d1eb20]]= new Stopwatch(); if (statsEnabled) { [[#variable55d1eb20]].Start(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e562960]] | session |
1 | 2 | [[#6e562960]] | source |
1 | 3 | [[#6e562960]] | session |
1 | 4 | [[#6e562960]] | session |
1 | 5 | [[#6e562960]] | session |
1 | 6 | [[#6e562960]] | session |
1 | 7 | [[#6e562960]] | session |
1 | 8 | [[#6e562960]] | source |
2 | 1 | [[#55d1eb20]] | stopWatch |
2 | 2 | [[#55d1eb20]] | stopWath |
2 | 3 | [[#55d1eb20]] | stopWath |
2 | 4 | [[#55d1eb20]] | stopWatch |
2 | 5 | [[#55d1eb20]] | stopWath |
2 | 6 | [[#55d1eb20]] | stopWath |
2 | 7 | [[#55d1eb20]] | stopWath |
2 | 8 | [[#55d1eb20]] | stopWath |