CloneSet1466


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.968class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111466
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs
211479
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs
Clone Instance
1
Line Count
11
Source Line
466
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs

                int ITree.TokenStartIndex
                {
                        get
                        {
                                if ((_startIndex == - 1) && (_token != null))
                                {
                                        return _token.TokenIndex;
                                }
                                return _startIndex;
                        }
                        set { _startIndex = value;
                            }
                }



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

                int ITree.TokenStopIndex
                {
                        get
                        {
                                if ((_stopIndex == - 1) && (_token != null))
                                {
                                        return _token.TokenIndex;
                                }
                                return _stopIndex;
                        }
                        set { _stopIndex = value;
                            }
                }



Clone AbstractionParameter Count: 2Parameter Bindings

int ITree. [[#variable2878d020]]
{
   get
   {
      if (( [[#variable2878cf80]]== - 1) && (_token != null))
      {
         return _token.TokenIndex;
      }
      return [[#variable2878cf80]];
   }
   set
   {
       [[#variable2878cf80]]= value;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2878d020]]
TokenStartIndex 
12[[#2878d020]]
TokenStopIndex 
21[[#2878cf80]]
_startIndex 
22[[#2878cf80]]
_stopIndex