| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.987 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 274 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SearchableEnvironment.java |
| 2 | 5 | 280 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SearchableEnvironment.java |
| ||||
catch (OperationCanceledException e) {
findTypes(
new String(prefix),
storage,
NameLookup.ACCEPT_ALL);
}
|
| ||||
catch (JavaModelException e) {
findTypes(
new String(prefix),
storage,
NameLookup.ACCEPT_ALL);
}
|
| |||
catch ( [[#variablebb879240]] e) {
findTypes(new String(prefix), storage, NameLookup.ACCEPT_ALL);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bb879240]] | OperationCanceledException |
| 1 | 2 | [[#bb879240]] | JavaModelException |