| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.977 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 143 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java |
| 2 | 3 | 110 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.java |
| ||||
int line = document.getLineOfOffset(startPosition);
Integer lineInteger = new Integer(line);
ExceptionOccurrencesGroupKey groupKey = (ExceptionOccurrencesGroupKey) lineToLineElement.get(lineInteger);
|
| ||||
int line = document.getLineOfOffset(startPosition);
Integer lineInteger = new Integer(line);
OccurrencesGroupKey groupKey = (OccurrencesGroupKey) lineToGroup.get(lineInteger);
|
| |||
int line = document.getLineOfOffset(startPosition); Integer lineInteger = new Integer(line); [[#variablea08d1560]] groupKey = ( [[#variablea08d1560]]) [[#variablea08d1540]].get(lineInteger); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a08d1560]] | OccurrencesGroupKey |
| 1 | 2 | [[#a08d1560]] | ExceptionOccurrencesGroupKey |
| 2 | 1 | [[#a08d1540]] | lineToGroup |
| 2 | 2 | [[#a08d1540]] | lineToLineElement |