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.970 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 51 | src/NHibernate/Hql/Util/SessionFactoryHelper.cs |
2 | 5 | 146 | src/NHibernate/Hql/Util/SessionFactoryHelper.cs |
| ||||
string importedClassName = sfi.GetImportedClassName(className); if (importedClassName == null) { return null; } |
| ||||
string importedName = sfi.GetImportedClassName(className); if (importedName == null) { return null; } |
| |||
string [[#variable665ad820]]= sfi.GetImportedClassName(className); if ( [[#variable665ad820]]== null) { return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#665ad820]] | importedName |
1 | 2 | [[#665ad820]] | importedClassName |