Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.979 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 271 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs |
2 | 10 | 283 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs |
| ||||
private static bool ProjectionListPredicate(IASTNode node) { FromElement fromElement = node as FromElement; if (fromElement != null) { return fromElement.InProjectionList; } return false; } |
| ||||
private static bool FromElementPredicate(IASTNode node) { FromElement fromElement = node as FromElement; if (fromElement != null) { return fromElement.IsFromOrJoinFragment; } return false; } |
| |||
private static bool [[#variable50ce7440]](IASTNode node) { FromElement fromElement = node as FromElement; if (fromElement != null) { return fromElement. [[#variable50ce73c0]]; } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50ce7440]] | ProjectionListPredicate |
1 | 2 | [[#50ce7440]] | FromElementPredicate |
2 | 1 | [[#50ce73c0]] | InProjectionList |
2 | 2 | [[#50ce73c0]] | IsFromOrJoinFragment |