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 | 101 | src/NHibernate/Hql/Classic/WhereParser.cs |
2 | 2 | 104 | src/NHibernate/Hql/Classic/WhereParser.cs |
| ||||
negations.Add("<=", ">"); negations.Add(">=", "<"); |
| ||||
negations.Add("=<", ">"); negations.Add("!=", "="); |
| |||
negations.Add( [[#variable5f729b60]], ">"); negations.Add( [[#variable5f729a40]], [[#variable5f729ac0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f729b60]] | "=<" |
1 | 2 | [[#5f729b60]] | "<=" |
2 | 1 | [[#5f729a40]] | "!=" |
2 | 2 | [[#5f729a40]] | ">=" |
3 | 1 | [[#5f729ac0]] | "=" |
3 | 2 | [[#5f729ac0]] | "<" |