| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 1 | 0.995 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 372 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| 2 | 6 | 415 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| 3 | 7 | 479 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| 4 | 7 | 493 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| ||||
if (lexer.nextLexem() != Lexer.CR) {
throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
new String(lexer.lexem())
} ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
parseFileInfo(lexer);
}
|
| ||||
if (lexer.nextLexem() != Lexer.CR) {
throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
new String(lexer.lexem())
} ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
parseLineInfo(lexer);
}
|
| ||||
if (lexer.nextLexem() != Lexer.CR) {
throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
new String(lexer.lexem())
} ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
// do nothing in this case, just consume the lexems.
getNonAsteriskString(lexer);
}
|
| ||||
if (lexer.nextLexem() != Lexer.CR) {
throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
new String(lexer.lexem())
} ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
// do nothing in this case, just consume the lexems.
getNonAsteriskString(lexer);
}
|
| |||
if (lexer.nextLexem() != Lexer.CR) {
throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
new String(lexer.lexem())
} ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
[[#variableb8dc97e0]](lexer);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b8dc97e0]] | parseFileInfo |
| 1 | 2 | [[#b8dc97e0]] | parseLineInfo |
| 1 | 3 | [[#b8dc97e0]] | // do nothing in this case, just consume the lexems. getNonAsteriskString |
| 1 | 4 | [[#b8dc97e0]] | // do nothing in this case, just consume the lexems. getNonAsteriskString |