Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 234 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 2 | 1610 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 2 | 527 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java |
| ||||
MethodBinding[] availableMethods = new MethodBinding[methods.length]; int count = 0; |
| ||||
MethodBinding[] compatible = new MethodBinding[methods.length]; int compatibleIndex = 0; |
| ||||
MethodBinding[] compatible = new MethodBinding[methods.length]; int compatibleIndex = 0; |
| |||
MethodBinding[] [[#variable53f19ae0]]= new MethodBinding[methods.length]; int [[#variable53f7faa0]]= 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f19ae0]] | compatible |
1 | 2 | [[#53f19ae0]] | availableMethods |
1 | 3 | [[#53f19ae0]] | compatible |
2 | 1 | [[#53f7faa0]] | compatibleIndex |
2 | 2 | [[#53f7faa0]] | count |
2 | 3 | [[#53f7faa0]] | compatibleIndex |