Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.991 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 109 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java |
2 | 6 | 104 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java |
| ||||
{ if (fResolvedBackground == null) { Display display = Display.getCurrent(); fResolvedBackground = display.getSystemColor(SWT.COLOR_DARK_BLUE); } return fResolvedBackground; } |
| ||||
{ if (fResolvedBackground == null) { Display display = Display.getCurrent(); fResolvedBackground = display.getSystemColor(SWT.COLOR_INFO_BACKGROUND); } return fResolvedBackground; } |
| |||
{ if (fResolvedBackground == null) { Display display = Display.getCurrent(); fResolvedBackground = display.getSystemColor(SWT. [[#variable62c54dc0]]); } return fResolvedBackground; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62c54dc0]] | COLOR_DARK_BLUE |
1 | 2 | [[#62c54dc0]] | COLOR_INFO_BACKGROUND |