Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.950 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 350 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java |
2 | 4 | 427 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java |
| ||||
fOutlineViewer = outlineViewer; boolean showclass = getDialogSettings().getBoolean(STORE_GO_INTO_TOP_LEVEL_TYPE_CHECKED); setTopLevelTypeOnly(showclass); |
| ||||
fOutlineViewer = outlineViewer; boolean checked = getDialogSettings().getBoolean(STORE_LEXICAL_SORTING_CHECKED); setChecked(checked); |
| |||
fOutlineViewer = outlineViewer; boolean [[#variablea12a8820]]= getDialogSettings().getBoolean( [[#variablea12a87c0]]); [[#variablea12a8380]]( [[#variablea12a8820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a12a8820]] | showclass |
1 | 2 | [[#a12a8820]] | checked |
2 | 1 | [[#a12a87c0]] | STORE_GO_INTO_TOP_LEVEL_TYPE_CHECKED |
2 | 2 | [[#a12a87c0]] | STORE_LEXICAL_SORTING_CHECKED |
3 | 1 | [[#a12a8380]] | setTopLevelTypeOnly |
3 | 2 | [[#a12a8380]] | setChecked |