Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.986 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 80 | src/NHibernate/Hql/Ast/ANTLR/Exec/BasicExecutor.cs |
2 | 5 | 1153 | src/NHibernate/Loader/Loader.cs |
| ||||
if (selection != null) { if (selection.Timeout != RowSelection.NoValue) { st.CommandTimeout = selection.Timeout; } } |
| ||||
if (selection != null) { if (selection.Timeout != RowSelection.NoValue) { command.CommandTimeout = selection.Timeout; } // H2.1 handles FetchSize here - not ported } |
| |||
if (selection != null) { if (selection.Timeout != RowSelection.NoValue) { [[#variable55aca8e0]].CommandTimeout = selection.Timeout; } // H2.1 handles FetchSize here - not ported } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55aca8e0]] | command |
1 | 2 | [[#55aca8e0]] | st |