Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.962 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 130 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 3 | 21 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
3 | 3 | 26 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
4 | 3 | 224 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
5 | 3 | 138 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
| ||||
static final int NO = 0; static final int NEXTTOKEN = 1; static final int YES = 2; |
| ||||
static final int PACKAGE = 0; static final int TYPE = 1; static final int FIELD = 2; |
| ||||
static final int UNKNOWN = 0; static final int SMAP = 1; static final int NON_ASTERISK_STRING = 2; |
| ||||
//orientations static final int VIEW_ORIENTATION_VERTICAL = 0; static final int VIEW_ORIENTATION_HORIZONTAL = 1; static final int VIEW_ORIENTATION_AUTOMATIC = 2; |
| ||||
static final int VIEW_ORIENTATION_VERTICAL = 0; static final int VIEW_ORIENTATION_HORIZONTAL = 1; static final int VIEW_ORIENTATION_SINGLE = 2; |
| |||
//orientations static final int [[#variable90170240]]= 0; static final int [[#variable90170300]]= 1; static final int [[#variable90170280]]= 2; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#90170240]] | VIEW_ORIENTATION_VERTICAL |
1 | 2 | [[#90170240]] | NO |
1 | 3 | [[#90170240]] | PACKAGE |
1 | 4 | [[#90170240]] | UNKNOWN |
1 | 5 | [[#90170240]] | VIEW_ORIENTATION_VERTICAL |
2 | 1 | [[#90170300]] | VIEW_ORIENTATION_HORIZONTAL |
2 | 2 | [[#90170300]] | NEXTTOKEN |
2 | 3 | [[#90170300]] | TYPE |
2 | 4 | [[#90170300]] | SMAP |
2 | 5 | [[#90170300]] | VIEW_ORIENTATION_HORIZONTAL |
3 | 1 | [[#90170280]] | VIEW_ORIENTATION_AUTOMATIC |
3 | 2 | [[#90170280]] | YES |
3 | 3 | [[#90170280]] | FIELD |
3 | 4 | [[#90170280]] | NON_ASTERISK_STRING |
3 | 5 | [[#90170280]] | VIEW_ORIENTATION_SINGLE |