Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.968 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 409 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java |
2 | 2 | 620 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java |
| ||||
{ insertTag(document, tagOffsets[i], position.getLength(), paramNames, exceptionNames, returnType, typeParameterNames, false, lineDelimiter); } |
| ||||
{ insertTag(textBuffer, tagOffsets[i], position.getLength(), paramNames, exceptionNames, returnType, typeParamNames, isDeprecated, lineDelimiter); } |
| |||
{ insertTag( [[#variable4f91ec60]], tagOffsets[i], position.getLength(), paramNames, exceptionNames, returnType, [[#variable4f91ec00]], [[#variable4f91eae0]], lineDelimiter); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f91ec60]] | textBuffer |
1 | 2 | [[#4f91ec60]] | document |
2 | 1 | [[#4f91ec00]] | typeParamNames |
2 | 2 | [[#4f91ec00]] | typeParameterNames |
3 | 1 | [[#4f91eae0]] | isDeprecated |
3 | 2 | [[#4f91eae0]] | false |