Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.968 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 241 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
2 | 3 | 246 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
3 | 3 | 251 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
4 | 3 | 256 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
| ||||
public boolean addToExclusions(IPath path) { String key = CPListElement.EXCLUSION; return addFilter(path, key); } |
| ||||
public boolean addToInclusion(IPath path) { String key = CPListElement.INCLUSION; return addFilter(path, key); } |
| ||||
public boolean removeFromExclusions(IPath path) { String key = CPListElement.EXCLUSION; return removeFilter(path, key); } |
| ||||
public boolean removeFromInclusion(IPath path) { String key = CPListElement.INCLUSION; return removeFilter(path, key); } |
| |||
public boolean [[#variableb9dcc240]](IPath path) { String key = CPListElement. [[#variable57b74a20]]; return [[#variableb9dcc280]](path, key); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9dcc240]] | addToExclusions |
1 | 2 | [[#b9dcc240]] | addToInclusion |
1 | 3 | [[#b9dcc240]] | removeFromExclusions |
1 | 4 | [[#b9dcc240]] | removeFromInclusion |
2 | 1 | [[#57b74a20]] | EXCLUSION |
2 | 2 | [[#57b74a20]] | INCLUSION |
2 | 3 | [[#57b74a20]] | EXCLUSION |
2 | 4 | [[#57b74a20]] | INCLUSION |
3 | 1 | [[#b9dcc280]] | addFilter |
3 | 2 | [[#b9dcc280]] | addFilter |
3 | 3 | [[#b9dcc280]] | removeFilter |
3 | 4 | [[#b9dcc280]] | removeFilter |