private Method method; // the method called to add/create the nested element NestedCreator(Method m) { this.method = m;
private Method method; // the method called to set the attribute AttributeSetter(Method m) { this.method = m;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
private Method method; // the method called to add/create the nested element
1
private Method method; // the method called to 
2
        NestedCreato
2
set the attribute
3
r(Method m) {
3
        AttributeSetter(Method m) {
4
            this.method = m;
4
            this.method = m;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0