Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 6 | 1 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 101 | src/NHibernate/Criterion/BetweenExpression.cs |
2 | 7 | 47 | src/NHibernate/Criterion/InExpression.cs |
3 | 7 | 99 | src/NHibernate/Criterion/InsensitiveLikeExpression.cs |
4 | 7 | 74 | src/NHibernate/Criterion/NotNullExpression.cs |
5 | 7 | 70 | src/NHibernate/Criterion/NullExpression.cs |
6 | 7 | 127 | src/NHibernate/Criterion/SimpleExpression.cs |
| ||||
public override IProjection[] GetProjections() { if (_projection != null) { return new IProjection[] { _projection } ; } return null; } |
| ||||
public override IProjection[] GetProjections() { if (_projection != null) { return new IProjection[] { _projection } ; } return null; } |
| ||||
public override IProjection[] GetProjections() { if (projection != null) { return new IProjection[] { projection } ; } return null; } |
| ||||
public override IProjection[] GetProjections() { if (_projection != null) { return new IProjection[] { _projection } ; } return null; } |
| ||||
public override IProjection[] GetProjections() { if (_projection != null) { return new IProjection[] { _projection } ; } return null; } |
| ||||
public override IProjection[] GetProjections() { if (_projection != null) { return new IProjection[] { _projection } ; } return null; } |
| |||
public override IProjection[] GetProjections() { if ( [[#variable584a8080]]!= null) { return new IProjection[] { [[#variable584a8080]] } ; } return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584a8080]] | _projection |
1 | 2 | [[#584a8080]] | projection |
1 | 3 | [[#584a8080]] | _projection |
1 | 4 | [[#584a8080]] | _projection |
1 | 5 | [[#584a8080]] | _projection |
1 | 6 | [[#584a8080]] | _projection |