Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 127 | src/NHibernate/Persister/Entity/JoinedSubclassEntityPersister.cs |
2 | 3 | 132 | src/NHibernate/Persister/Entity/UnionSubclassEntityPersister.cs |
| ||||
#endregion #region MULTITABLES int idColumnSpan = IdentifierColumnSpan; List<string> tables = new List<string> (); List<string[]> keyColumns = new List<string[]> (); |
| ||||
int idColumnSpan = IdentifierColumnSpan; List<string> tableNames = new List<string> (); List<string[]> keyColumns = new List<string[]> (); |
| |||
#endregion #region MULTITABLES int idColumnSpan = IdentifierColumnSpan; List<string> [[#variable6c78d5c0]]= new List<string> (); List<string[]> keyColumns = new List<string[]> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c78d5c0]] | tables |
1 | 2 | [[#6c78d5c0]] | tableNames |