Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 256 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 2 | 16 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
| ||||
private readonly Dictionary<string, string[]> subclassPropertyAliases = new Dictionary<string, string[]> (); private readonly Dictionary<string, string[]> subclassPropertyColumnNames = new Dictionary<string, string[]> (); |
| ||||
private readonly Dictionary<string, string[]> columnsByPropertyPath = new Dictionary<string, string[]> (); private readonly Dictionary<string, string[]> formulaTemplatesByPropertyPath = new Dictionary<string, string[]> (); |
| |||
private readonly Dictionary<string, string[]> [[#variable55101e00]]= new Dictionary<string, string[]> (); private readonly Dictionary<string, string[]> [[#variable519e2d20]]= new Dictionary<string, string[]> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55101e00]] | columnsByPropertyPath |
1 | 2 | [[#55101e00]] | subclassPropertyAliases |
2 | 1 | [[#519e2d20]] | formulaTemplatesByPropertyPath |
2 | 2 | [[#519e2d20]] | subclassPropertyColumnNames |