| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.969 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 200 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java |
| 2 | 2 | 204 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java |
| ||||
public static void insertPageProlog(StringBuffer buffer, int position, URL styleSheetURL) {
insertPageProlog(buffer, position, getBgColor(), styleSheetURL);
}
|
| ||||
public static void insertPageProlog(StringBuffer buffer, int position, String styleSheet) {
insertPageProlog(buffer, position, getBgColor(), styleSheet);
}
|
| |||
public static void insertPageProlog(StringBuffer buffer, int position, [[#variable58c22ca0]] [[#variable58c22c40]]) {
insertPageProlog(buffer, position, getBgColor(), [[#variable58c22c40]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58c22ca0]] | URL |
| 1 | 2 | [[#58c22ca0]] | String |
| 2 | 1 | [[#58c22c40]] | styleSheetURL |
| 2 | 2 | [[#58c22c40]] | styleSheet |