if (signatureVersion != null) {
try {
Attribute svAttr = new Attribute(ATTRIBUTE_SIGNATURE_VERSION,
signatureVersion);
mainSection.addConfiguredAttribute(svAttr);
} catch (ManifestException e) {
// shouldn't happen - ignore
}
}
File pathComponent
= project != null ? project.resolveFile(pathElement)
: new File(pathElement);
try {
addPathFile(pathComponent);
} 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/taskdefs/Manifest.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/AntClassLoader.java
|
Method name: void write(PrintWriter)
|
|
Method name: void addPathElement(String)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 3
|
|
1 | if (signatureVersion != null) {↵ | | |
|
2 | try {↵ | | |
|
3 | Attribute svAttr = new Attribute(ATTRIBUTE_SIGNATURE_VERSION,↵ | | |
|
4 | signatureVersion↵ | | 1 | File pathComponent↵
|
| | | 2 | = project != null ? project.resolveFile(pathElement)↵
|
5 | );↵ | | 3 | : new File(pathElement);↵
|
6 | ↵ | | 4 | try {↵
|
7 | mainSection.addConfiguredAttribute(svAttr);↵ | | 5 | ↵
|
8 | ↵ | | 6 | addPathFile(pathComponent);↵
|
9 | } catch (ManifestException e) {↵ | | 7 | } catch (IOException e) {↵
|
10 | // shouldn't happen - ignore↵ | | 8 | ↵
|
11 | }↵ | | 9 | throw new BuildException(e);↵
|
12 | } | | 10 | }
|
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 |