public void setName(String name)
{
this.name = name;
}
public String getDescription()
{
return description;
}
public void setDescription(String description)
{
this.description = description;
public void setName(String name)
{
this.name = name;
}
public String getDescription()
{
return description;
}
public void setDescription(String description)
{
this.description = description;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/common/ui/wizard/AbstractExampleInstallerWizard.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/ModelConverterManager.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setName(String name)↵ | | 1 | public void setName(String name)↵
|
2 | {↵ | | 2 | {↵
|
3 | this.name = name;↵ | | 3 | this.name = name;↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public String getDescription()↵ | | 5 | public String getDescription()↵
|
6 | {↵ | | 6 | {↵
|
7 | return description;↵ | | 7 | return description;↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void setDescription(String description)↵ | | 9 | public void setDescription(String description)↵
|
10 | {↵ | | 10 | {↵
|
11 | this.description = description; | | 11 | this.description = description;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |