Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.988 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 131 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLTextPresenter.java |
2 | 4 | 371 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java |
| ||||
FontData[] fontData = font.getFontData(); for (int i = 0; i < fontData.length; i++) fontData[i].setStyle(SWT.BOLD); font = new Font(gc.getDevice(), fontData); |
| ||||
FontData[] fontData = font.getFontData(); for (int i = 0; i < fontData.length; i++) fontData[i].setStyle(SWT.BOLD); font = new Font(fShell.getDisplay(), fontData); |
| |||
FontData[] fontData = font.getFontData(); for (int i = 0; i < fontData.length; i++) fontData[i].setStyle(SWT.BOLD); font = new Font( [[#variable9dcd3340]]. [[#variable9dcd32c0]](), fontData); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dcd3340]] | gc |
1 | 2 | [[#9dcd3340]] | fShell |
2 | 1 | [[#9dcd32c0]] | getDevice |
2 | 2 | [[#9dcd32c0]] | getDisplay |