Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.953 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 92 | src/NHibernate/Hql/Classic/WhereParser.cs |
2 | 2 | 110 | src/NHibernate/Hql/Classic/WhereParser.cs |
| ||||
negations.Add(">", "<="); negations.Add("#", "!#"); |
| ||||
negations.Add("!>", "<="); negations.Add("is not", "is"); |
| |||
negations.Add( [[#variable5f728ec0]], "<="); negations.Add( [[#variable5f728e40]], [[#variable5f728da0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f728ec0]] | "!>" |
1 | 2 | [[#5f728ec0]] | ">" |
2 | 1 | [[#5f728e40]] | "is not" |
2 | 2 | [[#5f728e40]] | "#" |
3 | 1 | [[#5f728da0]] | "is" |
3 | 2 | [[#5f728da0]] | "!#" |