Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 393 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
2 | 4 | 428 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
3 | 4 | 453 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| ||||
if (lexer.nextLexem() != Lexer.NUMBER) { throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_17); } int fileId = integerValue(lexer.lexem()); |
| ||||
if (lexer.lexemType() != Lexer.NUMBER) { throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_22); } int inputStartLine = integerValue(lexer.lexem()); |
| ||||
if (lexer.nextLexem() != Lexer.NUMBER) { throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_26); } int outputStartLine = integerValue(lexer.lexem()); |
| |||
if (lexer. [[#variable92c2f700]]() != Lexer.NUMBER) { throw new AbsentInformationException(JDIMessages. [[#variable92c2f740]]); } int [[#variable92c2f660]]= integerValue(lexer.lexem()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92c2f700]] | nextLexem |
1 | 2 | [[#92c2f700]] | nextLexem |
1 | 3 | [[#92c2f700]] | lexemType |
2 | 1 | [[#92c2f740]] | SourceDebugExtensionParser_17 |
2 | 2 | [[#92c2f740]] | SourceDebugExtensionParser_26 |
2 | 3 | [[#92c2f740]] | SourceDebugExtensionParser_22 |
3 | 1 | [[#92c2f660]] | fileId |
3 | 2 | [[#92c2f660]] | outputStartLine |
3 | 3 | [[#92c2f660]] | inputStartLine |