Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.971 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 13 | src/NHibernate/AdoNet/Util/BasicFormatter.cs |
2 | 2 | 15 | src/NHibernate/AdoNet/Util/BasicFormatter.cs |
3 | 2 | 17 | src/NHibernate/AdoNet/Util/BasicFormatter.cs |
| ||||
protected static readonly HashedSet<string> beginClauses = new HashedSet<string> (); protected static readonly HashedSet<string> dml = new HashedSet<string> (); |
| ||||
protected static readonly HashedSet<string> endClauses = new HashedSet<string> (); protected static readonly HashedSet<string> logical = new HashedSet<string> (); |
| ||||
protected static readonly HashedSet<string> misc = new HashedSet<string> (); protected static readonly HashedSet<string> quantifiers = new HashedSet<string> (); |
| |||
protected static readonly HashedSet<string> [[#variable6cd148a0]]= new HashedSet<string> (); protected static readonly HashedSet<string> [[#variable6cd14840]]= new HashedSet<string> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6cd148a0]] | beginClauses |
1 | 2 | [[#6cd148a0]] | endClauses |
1 | 3 | [[#6cd148a0]] | misc |
2 | 1 | [[#6cd14840]] | dml |
2 | 2 | [[#6cd14840]] | logical |
2 | 3 | [[#6cd14840]] | quantifiers |