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.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 472 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java |
2 | 5 | 495 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java |
| ||||
{ if (DEBUG) System.out.println(getThreadName() + " - " + DEBUG_PREFIX + "returning null (WAIT_NO) for: " + je.getElementName()); //$NON-NLS-1$ //$NON-NLS-2$ return null; } |
| ||||
{ if (DEBUG) System.out.println(getThreadName() + " - " + DEBUG_PREFIX + "...got AST for: " + je.getElementName()); //$NON-NLS-1$ //$NON-NLS-2$ return fAST; } |
| |||
{ if (DEBUG) System.out.println(getThreadName() + " - " + DEBUG_PREFIX + [[#variablea0f28340]] + je.getElementName()); //$NON-NLS-1$ //$NON-NLS-2$ return [[#variablea0f283a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f28340]] | "...got AST for: " |
1 | 2 | [[#a0f28340]] | "returning null (WAIT_NO) for: " |
2 | 1 | [[#a0f283a0]] | fAST |
2 | 2 | [[#a0f283a0]] | null |