| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.988 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 335 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaExceptionBreakpoint.java |
| 2 | 2 | 340 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaExceptionBreakpoint.java |
| ||||
if (filters.length > 0) {
included = matchesFilters(filters, typeName, defaultPackage);
}
|
| ||||
if (filters.length > 0) {
excluded = matchesFilters(filters, typeName, defaultPackage);
}
|
| |||
if (filters.length > 0) {
[[#variableb7867ce0]]= matchesFilters(filters, typeName, defaultPackage);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b7867ce0]] | excluded |
| 1 | 2 | [[#b7867ce0]] | included |