public void setValue(final String value) {
this.value = value;
}
/**
* Retrieve name of parameter.
*
* @return the name of parameter.
*/
String getName() {
return name
public void setValue(final String value) {
this.value = value;
}
/**
* Get the name attribute.
*
* @return a <code>String</code> value
*/
public String getName() {
return name
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/Parameter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setValue(final String value) {↵ | | 1 | public void setValue(final String value) {↵
|
2 | this.value = value;↵ | | 2 | this.value = value;↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Retrieve name of parameter.↵ | | 5 | * Get the name attribute.↵
|
6 | *↵ | | 6 | *↵
|
7 | * @return the name of parameter.↵ | | 7 | * @return a <code>String</code> value↵
|
8 | */↵ | | 8 | */↵
|
9 | String getName() {↵ | | 9 | public String getName() {↵
|
10 | return name | | 10 | return name
|
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 |