Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 185 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java |
2 | 5 | 190 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java |
| ||||
{ if (fSpecialColor == null) { fSpecialColor = Display.getCurrent().getSystemColor(SWT.COLOR_DARK_BLUE); } return fSpecialColor; } |
| ||||
{ if (fGrayedColor == null) { fGrayedColor = Display.getCurrent().getSystemColor(SWT.COLOR_DARK_GRAY); } return fGrayedColor; } |
| |||
{ if ( [[#variableb4b533c0]]== null) { [[#variableb4b533c0]]= Display.getCurrent().getSystemColor(SWT. [[#variableb4b532e0]]); } return [[#variableb4b533c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4b533c0]] | fSpecialColor |
1 | 2 | [[#b4b533c0]] | fGrayedColor |
2 | 1 | [[#b4b532e0]] | COLOR_DARK_BLUE |
2 | 2 | [[#b4b532e0]] | COLOR_DARK_GRAY |