CloneSet6839


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.963statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121148
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
221150
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
Clone Instance
1
Line Count
2
Source Line
1148
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java

                        fMethodStubsButtons.setSelection(IDX_SETUP, settings.getBoolean(STORE_SETUP));
                        fMethodStubsButtons.setSelection(IDX_TEARDOWN, settings.getBoolean(STORE_TEARDOWN));


Clone Instance
2
Line Count
2
Source Line
1150
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java

                        fMethodStubsButtons.setSelection(IDX_SETUP_CLASS, settings.getBoolean(STORE_SETUP_CLASS));
                        fMethodStubsButtons.setSelection(IDX_TEARDOWN_CLASS, settings.getBoolean(STORE_TEARDOWN_CLASS));


Clone AbstractionParameter Count: 4Parameter Bindings

fMethodStubsButtons.setSelection( [[#variable534ba540]], settings.getBoolean( [[#variable534ba4c0]]));
fMethodStubsButtons.setSelection( [[#variable534ba500]], settings.getBoolean( [[#variable533d7920]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#534ba540]]
IDX_SETUP 
12[[#534ba540]]
IDX_SETUP_CLASS 
21[[#534ba4c0]]
STORE_SETUP 
22[[#534ba4c0]]
STORE_SETUP_CLASS 
31[[#534ba500]]
IDX_TEARDOWN 
32[[#534ba500]]
IDX_TEARDOWN_CLASS 
41[[#533d7920]]
STORE_TEARDOWN 
42[[#533d7920]]
STORE_TEARDOWN_CLASS