Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3231 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 2 | 3234 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
| ||||
{ return new CompletionOnKeyword3(assistName, position, new char[][] { Keywords.CATCH, Keywords.FINALLY } ); } |
| ||||
{ return new CompletionOnKeyword3(assistName, position, new char[][] { Keywords.CASE, Keywords.DEFAULT } ); } |
| |||
{ return new CompletionOnKeyword3(assistName, position, new char[][] { Keywords. [[#variable5855cac0]], Keywords. [[#variable5855ca60]] } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5855cac0]] | CATCH |
1 | 2 | [[#5855cac0]] | CASE |
2 | 1 | [[#5855ca60]] | FINALLY |
2 | 2 | [[#5855ca60]] | DEFAULT |