CloneSet1743


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110223
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs
210236
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs
Clone Instance
1
Line Count
10
Source Line
223
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs

                {
                        if (_children == null)
                        {
                                _children = new List<IASTNode> ();
                        }

                        int index = _children.Count;
                        _children.AddRange(children);

                        FreshenParentAndChildIndexes(index);
                }


Clone Instance
2
Line Count
10
Source Line
236
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs

                {
                        if (_children == null)
                        {
                                _children = new List<IASTNode> ();
                        }

                        int index = _children.Count;
                        _children.AddRange(children);

                        FreshenParentAndChildIndexes(index);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   if (_children == null)
   {
      _children = new List<IASTNode> ();
   }
   int index = _children.Count;
   _children.AddRange(children);
   FreshenParentAndChildIndexes(index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None