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.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 209 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
2 | 6 | 274 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| ||||
{ if (param.binding == paramNameRefBinding) { // do not count first occurence of param name reference paramNameRefCount++; found = paramNameRefCount > 1; } else { found = true; } } |
| ||||
{ if (parameter.binding == paramNameRefBinding) { // do not count first occurence of param nmae reference paramNameRefCount++; found = paramNameRefCount > 1; } else { found = true; } } |
| |||
{ if ( [[#variable76c234e0]].binding == paramNameRefBinding) { // do not count first occurence of param nmae reference // do not count first occurence of param name reference paramNameRefCount++; found = paramNameRefCount > 1; } else { found = true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c234e0]] | parameter |
1 | 2 | [[#76c234e0]] | param |