Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 27 | src/NHibernate/Cfg/ClassExtractor.cs |
2 | 1 | 28 | src/NHibernate/Cfg/ClassExtractor.cs |
| ||||
fullExtends = string.IsNullOrEmpty(extends) ? null: TypeNameParser.Parse(extends, @namespace, assembly); |
| ||||
fullClassName = string.IsNullOrEmpty(className) ? null: TypeNameParser.Parse(className, @namespace, assembly); |
| |||
[[#variable58719820]]= string.IsNullOrEmpty( [[#variable58719780]]) ? null: TypeNameParser.Parse( [[#variable58719780]], @namespace, assembly); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58719820]] | fullExtends |
1 | 2 | [[#58719820]] | fullClassName |
2 | 1 | [[#58719780]] | extends |
2 | 2 | [[#58719780]] | className |