Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 383 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java |
2 | 2 | 5246 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
for (int i = 0; i < maxCatches; i++) { exceptionLabels[i].placeEnd(); } |
| ||||
for (int i = 0; i < length; i++) { casesLabel[i].placeInstruction(); } |
| |||
for (int i = 0; i < [[#variablebb657420]]; i++) { [[#variablebb657380]][i]. [[#variablebb657320]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb657420]] | maxCatches |
1 | 2 | [[#bb657420]] | length |
2 | 1 | [[#bb657380]] | exceptionLabels |
2 | 2 | [[#bb657380]] | casesLabel |
3 | 1 | [[#bb657320]] | placeEnd |
3 | 2 | [[#bb657320]] | placeInstruction |