CloneSet7904


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.967statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13296
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java
23429
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java
Clone Instance
1
Line Count
3
Source Line
296
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java

                for (int i = 0; i < fCheckedObjects.length; i++) {
                        if (fCheckedObjects[i] instanceof IMethod)
                                methodCount++;
                }


Clone Instance
2
Line Count
3
Source Line
429
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java

                for (int i = 0; i < checked.length; i++) {
                        if (checked[i] instanceof IMethod)
                                checkedMethodCount++;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = 0; i <  [[#variable4e8c63c0]].length; i++) {
  if ( [[#variable4e8c63c0]][i] instanceof IMethod)
     [[#variable4e8c6340]]++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e8c63c0]]
checked 
12[[#4e8c63c0]]
fCheckedObjects 
21[[#4e8c6340]]
checkedMethodCount 
22[[#4e8c6340]]
methodCount