if (resource.exists()) {
try {
return FILE_UTILS.getFileURL(resource);
} catch (MalformedURLException ex) {
return null;
}
}
try {
filter.setTablength(tlength);
} catch (IOException e) {
throw new BuildException(e);
}
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/AntClassLoader.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/FixCRLF.java
|
Method name: URL getResourceURL(File, String)
|
|
Method name: void setTablength(int)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 2
|
|
1 | if (resource.exists()) {↵ | | |
|
2 | try {↵ | | |
|
3 | return FILE_UTILS.getFileURL(resource);↵ | | |
|
4 | } catch (MalformedURL↵ | | 1 | try {↵
|
| | | 2 | filter.setTablength(tlength);↵
|
5 | Exception ex) {↵ | | 3 | } catch (IOException e) {↵
|
6 | return null;↵ | | 4 | ↵
|
7 | }↵ | | |
|
8 | ↵ | | 5 | throw new BuildException(e);↵
|
9 | } | | 6 | }
|
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.1 |
Clones location | Clones are in different classes |
Number of node comparisons | 1 |