| 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.974 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 57 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java |
| 2 | 5 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java |
| ||||
{
if (ensureHoverCreated())
return fHover.getHoverRegion(textViewer, offset);
return null;
}
|
| ||||
{
if (ensureHoverCreated())
return fHover.getHoverInfo(textViewer, hoverRegion);
return null;
}
|
| |||
{
if (ensureHoverCreated())
return fHover. [[#variable9b4aa120]](textViewer, [[#variable9b4aa080]]);
return null;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9b4aa120]] | getHoverInfo |
| 1 | 2 | [[#9b4aa120]] | getHoverRegion |
| 2 | 1 | [[#9b4aa080]] | hoverRegion |
| 2 | 2 | [[#9b4aa080]] | offset |