Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | statement_sequence[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 209 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
2 | 12 | 667 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
//highlight the name of the type long pos = identifierPositionStack[identifierPtr]; typeDecl.sourceEnd = (int) pos; typeDecl.sourceStart = (int) (pos >>> 32); typeDecl.name = identifierStack[identifierPtr-- ]; identifierLengthPtr--; //compute the declaration source too // 'class' and 'interface' push an int position typeStartPosition = typeDecl.declarationSourceStart = intStack[intPtr-- ]; intPtr--; int declSourceStart = intStack[intPtr-- ]; typeDecl.modifiersSourceStart = intStack[intPtr-- ]; |
| ||||
//highlight the name of the type long pos = identifierPositionStack[identifierPtr]; typeDecl.sourceEnd = (int) pos; typeDecl.sourceStart = (int) (pos >>> 32); typeDecl.name = identifierStack[identifierPtr-- ]; identifierLengthPtr--; //compute the declaration source too // 'class' and 'interface' push an int position typeStartPosition = typeDecl.declarationSourceStart = intStack[intPtr-- ]; intPtr--; int declSourceStart = intStack[intPtr-- ]; typeDecl.modifiersSourceStart = intStack[intPtr-- ]; |
| |||
//highlight the name of the type long pos = identifierPositionStack[identifierPtr]; typeDecl.sourceEnd = (int) pos; typeDecl.sourceStart = (int) (pos >>> 32); typeDecl.name = identifierStack[identifierPtr-- ]; identifierLengthPtr--; //compute the declaration source too // 'class' and 'interface' push an int position typeStartPosition = typeDecl.declarationSourceStart = intStack[intPtr-- ]; intPtr--; int declSourceStart = intStack[intPtr-- ]; typeDecl.modifiersSourceStart = intStack[intPtr-- ]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |