Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 1 | 0.983 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 18 | src/NHibernate.Test/NHSpecificTest/BugTestCase.cs |
2 | 16 | 119 | src/NHibernate.Test/NHSpecificTest/NH1274ExportExclude/NH1274ExportExcludeFixture.cs |
| ||||
public virtual string BugNumber { get { string ns = GetType().Namespace; return ns.Substring(ns.LastIndexOf('.') + 1); } } protected override IList Mappings { get { return new string[] { "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml" } ; } } |
| ||||
public virtual string BugNumber { get { string ns = GetType().Namespace; return ns.Substring(ns.LastIndexOf('.') + 1); } } protected IList Mappings { get { return new string[] { "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml" } ; } } |
| |||
public virtual string BugNumber { get { string ns = GetType().Namespace; return ns.Substring(ns.LastIndexOf('.') + 1); } } [[#variable288a8aa0]]IList Mappings { get { return new string[] { "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml" } ; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#288a8aa0]] | protected |
1 | 2 | [[#288a8aa0]] | protected override |