| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.986 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 246 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DetailFormatterDialog.java |
| 2 | 4 | 374 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/EditLogicalStructureDialog.java |
| ||||
fSnippetViewer.setEditable(true);
fSnippetViewer.setDocument(document);
Control control = fSnippetViewer.getControl();
|
| ||||
fSnippetViewer.setEditable(true);
fSnippetViewer.setDocument(fSnippetDocument);
Control control = fSnippetViewer.getControl();
|
| |||
fSnippetViewer.setEditable(true); fSnippetViewer.setDocument( [[#variableb4fb0c80]]); Control control = fSnippetViewer.getControl(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b4fb0c80]] | document |
| 1 | 2 | [[#b4fb0c80]] | fSnippetDocument |