CloneSet1167


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

                public int Line
                {
                        get
                        {
                                if ((_token != null) && (_token.Line != 0))
                                {
                                        return _token.Line;
                                }
                                if (ChildCount > 0)
                                {
                                        return GetChild(0).Line;
                                }
                                return 0;
                        }
                }



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

                public int CharPositionInLine
                {
                        get
                        {
                                if ((_token != null) && (_token.CharPositionInLine != 0))
                                {
                                        return _token.CharPositionInLine;
                                }
                                if (ChildCount > 0)
                                {
                                        return GetChild(0).CharPositionInLine;
                                }
                                return 0;
                        }
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public int [[#variable53663ee0]]
{
   get
   {
      if ((_token != null) && (_token. [[#variable53663ee0]]!= 0))
      {
         return _token. [[#variable53663ee0]];
      }
      if (ChildCount > 0)
      {
         return GetChild(0). [[#variable53663ee0]];
      }
      return 0;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53663ee0]]
CharPositionInLine 
12[[#53663ee0]]
Line