Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1979 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 2 | 3618 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
3 | 2 | 494 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
4 | 2 | 410 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
5 | 2 | 553 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
char[] identifierName = identifierStack[identifierPtr]; long namePositions = identifierPositionStack[identifierPtr-- ]; |
| ||||
char[] source = identifierStack[identifierPtr]; long pos = identifierPositionStack[identifierPtr-- ]; |
| ||||
char[] identifierName = identifierStack[identifierPtr]; long namePositions = identifierPositionStack[identifierPtr-- ]; |
| ||||
char[] varName = identifierStack[identifierPtr]; long namePosition = identifierPositionStack[identifierPtr-- ]; |
| ||||
char[] parameterName = identifierStack[identifierPtr]; long namePositions = identifierPositionStack[identifierPtr-- ]; |
| |||
char[] [[#variable9a75da00]]= identifierStack[identifierPtr]; long [[#variablea0f49c80]]= identifierPositionStack[identifierPtr-- ]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a75da00]] | source |
1 | 2 | [[#9a75da00]] | identifierName |
1 | 3 | [[#9a75da00]] | parameterName |
1 | 4 | [[#9a75da00]] | varName |
1 | 5 | [[#9a75da00]] | identifierName |
2 | 1 | [[#a0f49c80]] | pos |
2 | 2 | [[#a0f49c80]] | namePositions |
2 | 3 | [[#a0f49c80]] | namePositions |
2 | 4 | [[#a0f49c80]] | namePosition |
2 | 5 | [[#a0f49c80]] | namePositions |