Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 833 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 4 | 838 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
| ||||
{ assistNodeParent = ((RecoveredField) currentElement).fieldDeclaration; currentElement = currentElement.add(statement, 0); } |
| ||||
{ assistNodeParent = ((RecoveredLocalVariable) currentElement).localDeclaration; currentElement = currentElement.add(statement, 0); } |
| |||
{ assistNodeParent = (( [[#variable52a12640]]) currentElement). [[#variable52a12520]]; currentElement = currentElement.add(statement, 0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52a12640]] | RecoveredField |
1 | 2 | [[#52a12640]] | RecoveredLocalVariable |
2 | 1 | [[#52a12520]] | fieldDeclaration |
2 | 2 | [[#52a12520]] | localDeclaration |