CloneSet738


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.971constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12367
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java
22501
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java
33637
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
367
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java

/**
 * Constructor which just delegates to the superconstructor.
 *
 * @param parentHandler The handler which should be restored to the
 *                      parser at the end of the element.
 *                      Must not be <code>null</code>.
 */
public ProjectHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) {
  super(helperImpl, parentHandler);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
501
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java

/**
 * Constructor which just delegates to the superconstructor.
 *
 * @param parentHandler The handler which should be restored to the
 *                      parser at the end of the element.
 *                      Must not be <code>null</code>.
 */
public TargetHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) {
  super(helperImpl, parentHandler);
}


First
Previous
Clone Instance
3
Line Count
3
Source Line
637
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java

/**
 * Constructor which just delegates to the superconstructor.
 *
 * @param parentHandler The handler which should be restored to the
 *                      parser at the end of the element.
 *                      Must not be <code>null</code>.
 */
public DescriptionHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) {
  super(helperImpl, parentHandler);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Constructor which just delegates to the superconstructor.
         *
         * @param parentHandler The handler which should be restored to the
         *                      parser at the end of the element.
         *                      Must not be <code>null</code>.
         */
public [[#variable130790c0]](ProjectHelperImpl helperImpl, DocumentHandler parentHandler) {
  super(helperImpl, parentHandler);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130790c0]]
ProjectHandler 
12[[#130790c0]]
TargetHandler 
13[[#130790c0]]
DescriptionHandler