| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 2 | 2 | 0.968 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 11 | 466 | src/NHibernate/Hql/Ast/ANTLR/Tree/ASTNode.cs |
| 2 | 11 | 479 | 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;
}
}
|
| ||||
int ITree.TokenStopIndex
{
get
{
if ((_stopIndex == - 1) && (_token != null))
{
return _token.TokenIndex;
}
return _stopIndex;
}
set { _stopIndex = value;
}
}
|
| |||
int ITree. [[#variable2878d020]]
{
get
{
if (( [[#variable2878cf80]]== - 1) && (_token != null))
{
return _token.TokenIndex;
}
return [[#variable2878cf80]];
}
set
{
[[#variable2878cf80]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2878d020]] | TokenStartIndex |
| 1 | 2 | [[#2878d020]] | TokenStopIndex |
| 2 | 1 | [[#2878cf80]] | _startIndex |
| 2 | 2 | [[#2878cf80]] | _stopIndex |