CloneSet766


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.960method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1358
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java
2374
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbcHelper.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
58
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java

// CheckStyle:VisibilityModifier ON
/**
 * The main method.
 *
 * The main method creates an instance of the DDCreatorHelper, passing it the
 * args which it then processes.
 * @param args the arguments
 * @throws Exception on error
 */
public static void main(String[] args) throws Exception {
  DDCreatorHelper helper = new DDCreatorHelper(args);
  helper.process();
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
74
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbcHelper.java

/**
 * Command line interface for the ejbc helper task.
 * @param args command line arguments.
 * @throws Exception if there is a problem.
 */
public static void main(String[] args) throws Exception {
  EjbcHelper helper = new EjbcHelper(args);
  helper.process();
}


Clone AbstractionParameter Count: 1Parameter Bindings

// CheckStyle:VisibilityModifier ON
/**
     * The main method.
     *
     * The main method creates an instance of the DDCreatorHelper, passing it the
     * args which it then processes.
     * @param args the arguments
     * @throws Exception on error
     */
/**
     * Command line interface for the ejbc helper task.
     * @param args command line arguments.
     * @throws Exception if there is a problem.
     */
public static void main(String[] args) throws Exception {
   [[#variable1309c180]] helper = new [[#variable1309c180]](args);
  helper.process();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1309c180]]
DDCreatorHelper 
12[[#1309c180]]
EjbcHelper