public Comparison(String value) {
setValue(value);
}
/**
* Return the possible values.
* @return String[] of EnumeratedAttribute values.
*/
public String[] getValues() {
return VALUES;
public FileDir(String value) {
setValue(value);
}
/**
* Return the possible values.
* @return a String array.
*/
public String[] getValues() {
return VALUES;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/Comparison.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/selectors/Type.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public Comparison(String value) {↵ | | 1 | public FileDir(String value) {↵
|
2 | setValue(value);↵ | | 2 | setValue(value);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Return the possible values.↵ | | 5 | * Return the possible values.↵
|
6 | * @return String[] of EnumeratedAttribute values.↵ | | 6 | * @return a String array.↵
|
7 | */↵ | | 7 | ↵
|
| | | 8 | */↵
|
8 | public String[] getValues() {↵ | | 9 | public String[] getValues() {↵
|
9 | return VALUES; | | 10 | return VALUES;
|
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 |