Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.960 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 93 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
2 | 5 | 98 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
3 | 5 | 103 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
4 | 5 | 108 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java |
| ||||
case ':': fLexem = new char[] { ':' }; fLexemType = COLON; nextChar(); break; |
| ||||
case ',': fLexem = new char[] { ',' }; fLexemType = COMMA; nextChar(); break; |
| ||||
case '#': fLexem = new char[] { '#' }; fLexemType = SHARP; nextChar(); break; |
| ||||
case '+': fLexem = new char[] { '+' }; fLexemType = PLUS; nextChar(); break; |
| |||
case [[#variablea18f9620]]: fLexem = new char[] { [[#variablea18f9620]] }; fLexemType = [[#variablea18f9580]]; nextChar(); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18f9620]] | ':' |
1 | 2 | [[#a18f9620]] | ',' |
1 | 3 | [[#a18f9620]] | '#' |
1 | 4 | [[#a18f9620]] | '+' |
2 | 1 | [[#a18f9580]] | COLON |
2 | 2 | [[#a18f9580]] | COMMA |
2 | 3 | [[#a18f9580]] | SHARP |
2 | 4 | [[#a18f9580]] | PLUS |