Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 2 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 88 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
2 | 5 | 103 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
3 | 5 | 280 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
4 | 5 | 286 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
5 | 5 | 482 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
| ||||
method = new ResolvedBinaryMethod( (JavaElement) method.getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey)); |
| ||||
method = new ResolvedBinaryMethod( (JavaElement) method.getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey)); |
| ||||
res = new ResolvedBinaryMethod( (JavaElement) res.getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey)); |
| ||||
res = new ResolvedSourceMethod( (JavaElement) res.getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey)); |
| ||||
method = new ResolvedSourceMethod( (JavaElement) method.getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey) ); |
| |||
[[#variable5a2d50a0]]= new [[#variable5a2d4fa0]]((JavaElement) [[#variable5a2d50a0]].getParent(), method.getElementName(), method.getParameterTypes(), new String(uniqueKey)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a2d50a0]] | method |
1 | 2 | [[#5a2d50a0]] | res |
1 | 3 | [[#5a2d50a0]] | res |
1 | 4 | [[#5a2d50a0]] | method |
1 | 5 | [[#5a2d50a0]] | method |
2 | 1 | [[#5a2d4fa0]] | ResolvedBinaryMethod |
2 | 2 | [[#5a2d4fa0]] | ResolvedBinaryMethod |
2 | 3 | [[#5a2d4fa0]] | ResolvedSourceMethod |
2 | 4 | [[#5a2d4fa0]] | ResolvedSourceMethod |
2 | 5 | [[#5a2d4fa0]] | ResolvedBinaryMethod |