CloneSet1594


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.974class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18125
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
27135
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
Clone Instance
1
Line Count
8
Source Line
125
Source File
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);
                }



Clone Instance
2
Line Count
7
Source Line
135
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs

                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.
                }



Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2762c160]]
AddCollectionJoinFromElementByPath 
12[[#2762c160]]
AddJoinByPathMap 
21[[#2762c0a0]]
"addCollectionJoinFromElementByPath() : " 
22[[#2762c0a0]]
"addJoinByPathMap() : " 
31[[#2762c080]]
_collectionJoinFromElementsByPath 
32[[#2762c080]]
_fromElementsByPath