| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 10 | 3 | 0.953 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 12 | src/NHibernate.DomainModel/Broken.cs |
| 2 | 10 | 16 | src/NHibernate.DomainModel/Parent.cs |
| 3 | 10 | 8 | src/NHibernate.DomainModel/Part.cs |
| 4 | 10 | 19 | src/NHibernate.DomainModel/Po.cs |
| 5 | 10 | 19 | src/NHibernate.DomainModel/Stuff.cs |
| 6 | 10 | 13 | src/NHibernate.DomainModel/SubDetail.cs |
| 7 | 10 | 13 | src/NHibernate.DomainModel/X.cs |
| 8 | 10 | 14 | src/NHibernate.DomainModel/Y.cs |
| 9 | 10 | 14 | src/NHibernate.Test/NHSpecificTest/Docs/ExampleParentChild/Child.cs |
| 10 | 10 | 15 | src/NHibernate.Test/NHSpecificTest/Docs/ExampleParentChild/Parent.cs |
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public string OtherId
{
get { return _otherId;
}
set { _otherId = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public int Count
{
get { return _count;
}
set { _count = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public string Description
{
get { return _description;
}
set { _description = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public string Value
{
get { return _value;
}
set { _value = value;
}
}
|
| ||||
//private TimeZone property; TODO - does this exists in .net???
// yes, but it does not have a ctor (or static method) to get anything but the current TimeZone
// so I'm not sure how if we persist something diff than the current TimeZone we could retreive
// it...
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public FooProxy Foo
{
get { return _foo;
}
set { _foo = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public string Name
{
get { return _name;
}
set { _name = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public Y Y
{
get { return _y;
}
set { _y = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public string X
{
get { return _x;
}
set { _x = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public Parent Parent
{
get { return _parent;
}
set { _parent = value;
}
}
|
| ||||
public long Id
{
get { return _id;
}
set { _id = value;
}
}
public ISet Children
{
get { return _children;
}
set { _children = value;
}
}
|
| |||
//private TimeZone property; TODO - does this exists in .net???
// yes, but it does not have a ctor (or static method) to get anything but the current TimeZone
// so I'm not sure how if we persist something diff than the current TimeZone we could retreive
// it...
public long Id
{
get
{
return _id;
}
set
{
_id = value;
}
}
public [[#variable66368d20]] [[#variable67b4df80]]
{
get
{
return [[#variable66368cc0]];
}
set
{
[[#variable66368cc0]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#66368d20]] | string |
| 1 | 2 | [[#66368d20]] | string |
| 1 | 3 | [[#66368d20]] | string |
| 1 | 4 | [[#66368d20]] | FooProxy |
| 1 | 5 | [[#66368d20]] | string |
| 1 | 6 | [[#66368d20]] | Y |
| 1 | 7 | [[#66368d20]] | string |
| 1 | 8 | [[#66368d20]] | Parent |
| 1 | 9 | [[#66368d20]] | ISet |
| 1 | 10 | [[#66368d20]] | int |
| 2 | 1 | [[#67b4df80]] | OtherId |
| 2 | 2 | [[#67b4df80]] | Description |
| 2 | 3 | [[#67b4df80]] | Value |
| 2 | 4 | [[#67b4df80]] | Foo |
| 2 | 5 | [[#67b4df80]] | Name |
| 2 | 6 | [[#67b4df80]] | Y |
| 2 | 7 | [[#67b4df80]] | X |
| 2 | 8 | [[#67b4df80]] | Parent |
| 2 | 9 | [[#67b4df80]] | Children |
| 2 | 10 | [[#67b4df80]] | Count |
| 3 | 1 | [[#66368cc0]] | _otherId |
| 3 | 2 | [[#66368cc0]] | _description |
| 3 | 3 | [[#66368cc0]] | _value |
| 3 | 4 | [[#66368cc0]] | _foo |
| 3 | 5 | [[#66368cc0]] | _name |
| 3 | 6 | [[#66368cc0]] | _y |
| 3 | 7 | [[#66368cc0]] | _x |
| 3 | 8 | [[#66368cc0]] | _parent |
| 3 | 9 | [[#66368cc0]] | _children |
| 3 | 10 | [[#66368cc0]] | _count |