CloneSet6378


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.965executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18244
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java
28253
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java
Clone Instance
1
Line Count
8
Source Line
244
Source File
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java

                                                                               { //$NON-NLS-1$
                                String testNameFile = args[i + 1];
                                try {
                                        readTestNames(testNameFile);
                                } catch (IOException e) {
                                        throw new IllegalArgumentException("Cannot read testname file.");                //$NON-NLS-1$
                                  }
                                i++;
                                                                               }


Clone Instance
2
Line Count
8
Source Line
253
Source File
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java

                                                                                 { //$NON-NLS-1$
                                String testFailuresFile = args[i + 1];
                                try {
                                        readFailureNames(testFailuresFile);
                                } catch (IOException e) {
                                        throw new IllegalArgumentException("Cannot read testfailures file.");            //$NON-NLS-1$
                                  }
                                i++;
                                                                                 }


Clone AbstractionParameter Count: 3Parameter Bindings

{ //$NON-NLS-1$
  String  [[#variable601ba760]]= args[i + 1];
  try {
     [[#variable601ba700]]( [[#variable601ba760]]);
  }
  catch (IOException e) {
    throw new IllegalArgumentException( [[#variable601ba680]]); //$NON-NLS-1$
  }
  i++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#601ba760]]
testNameFile 
12[[#601ba760]]
testFailuresFile 
21[[#601ba700]]
readTestNames 
22[[#601ba700]]
readFailureNames 
31[[#601ba680]]
"Cannot read testname file." 
32[[#601ba680]]
"Cannot read testfailures file."