Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.974 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 125 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs |
2 | 7 | 135 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs |
| ||||
public void AddJoinByPathMap(string path, FromElement destination) { if (Log.IsDebugEnabled) { Log.Debug("addJoinByPathMap() : " + path + " -> " + destination); } _fromElementsByPath.Add(path, destination); } |
| ||||
public void AddCollectionJoinFromElementByPath(string path, FromElement destination) { if (Log.IsDebugEnabled) { Log.Debug("addCollectionJoinFromElementByPath() : " + path + " -> " + destination); } _collectionJoinFromElementsByPath.Add(path, destination); // Add the new node to the map so that we don't create it twice. } |
| |||
public void [[#variable2762c160]](string path, FromElement destination) { if (Log.IsDebugEnabled) { Log.Debug( [[#variable2762c0a0]]+ path + " -> " + destination); } [[#variable2762c080]].Add(path, destination); // Add the new node to the map so that we don't create it twice. } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2762c160]] | AddCollectionJoinFromElementByPath |
1 | 2 | [[#2762c160]] | AddJoinByPathMap |
2 | 1 | [[#2762c0a0]] | "addCollectionJoinFromElementByPath() : " |
2 | 2 | [[#2762c0a0]] | "addJoinByPathMap() : " |
3 | 1 | [[#2762c080]] | _collectionJoinFromElementsByPath |
3 | 2 | [[#2762c080]] | _fromElementsByPath |