Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 172 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractJavaScanner.java |
2 | 6 | 180 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractJavaScanner.java |
| ||||
protected String getBoldKey(String colorKey) { return colorKey + PreferenceConstants.EDITOR_BOLD_SUFFIX; } protected String getItalicKey(String colorKey) { return colorKey + PreferenceConstants.EDITOR_ITALIC_SUFFIX; } |
| ||||
protected String getStrikethroughKey(String colorKey) { return colorKey + PreferenceConstants.EDITOR_STRIKETHROUGH_SUFFIX; } protected String getUnderlineKey(String colorKey) { return colorKey + PreferenceConstants.EDITOR_UNDERLINE_SUFFIX; } |
| |||
protected String [[#variable5acc0360]](String colorKey) { return colorKey + PreferenceConstants. [[#variable5ab79900]]; } protected String [[#variable5acc01a0]](String colorKey) { return colorKey + PreferenceConstants. [[#variable5acc0380]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5acc0360]] | getBoldKey |
1 | 2 | [[#5acc0360]] | getStrikethroughKey |
2 | 1 | [[#5ab79900]] | EDITOR_BOLD_SUFFIX |
2 | 2 | [[#5ab79900]] | EDITOR_STRIKETHROUGH_SUFFIX |
3 | 1 | [[#5acc01a0]] | getItalicKey |
3 | 2 | [[#5acc01a0]] | getUnderlineKey |
4 | 1 | [[#5acc0380]] | EDITOR_ITALIC_SUFFIX |
4 | 2 | [[#5acc0380]] | EDITOR_UNDERLINE_SUFFIX |