| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.989 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 150 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java |
| 2 | 5 | 213 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java |
| ||||
{
if (DEBUG)
System.out.println(getThreadName() + " - " + DEBUG_PREFIX + "closed active editor: " + ref.getTitle()); //$NON-NLS-1$ //$NON-NLS-2$
activeJavaEditorChanged(null);
}
|
| ||||
{
if (DEBUG)
System.out.println(getThreadName() + " - " + DEBUG_PREFIX + "closed active editor: " + fActiveEditor.getTitle()); //$NON-NLS-1$ //$NON-NLS-2$
activeJavaEditorChanged(null);
}
|
| |||
{
if (DEBUG)
System.out.println(getThreadName() + " - " + DEBUG_PREFIX + "closed active editor: " + [[#variablebd73d800]].getTitle()); //$NON-NLS-1$ //$NON-NLS-2$
activeJavaEditorChanged(null);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bd73d800]] | fActiveEditor |
| 1 | 2 | [[#bd73d800]] | ref |