public void setDescription(String desc) {
description = desc;
}
/**
* Returns the description of the current action.
*
* @return the description of the current action, or <code>null</code> if
* no description is available.
*/
public String getDescription() {
return description;
public void setDescription(String desc) {
description = desc;
}
/**
* @return the description of the element, or <code>null</code> if
* no description is available.
* @since ant 1.6.1
*/
public String getDescription() {
return description;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setDescription(String desc) {↵ | | 1 | public void setDescription(String desc) {↵
|
2 | description = desc;↵ | | 2 | description = desc;↵
|
3 | }↵ | | 3 | ↵
|
|
4 | /**↵ | | 4 | }↵
|
|
5 | * Returns the description of the current action.↵ | | 5 | /**↵
|
6 | *↵ | | 6 | ↵
|
7 | * @return the description of the current action, or <code>null</code> if↵ | | 7 | * @return the description of the element, or <code>null</code> if↵
|
8 | * no description is available.↵ | | 8 | * no description is available.↵
|
| | | 9 | * @since ant 1.6.1↵
|
9 | */↵ | | 10 | */↵
|
10 | public String getDescription() {↵ | | 11 | public String getDescription() {↵
|
11 | return description; | | 12 | return 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 |