Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2170 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 4 | 2175 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
return new ProblemReferenceBinding( CharOperation.subarray(compoundName, 0, currentIndex), problemBinding.closestMatch, typeBinding.problemId() ); |
| ||||
return new ProblemReferenceBinding( CharOperation.subarray(compoundName, 0, currentIndex), null, // TODO should improve typeBinding.problemId() ); |
| |||
return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, currentIndex), [[#variable53867720]], // TODO should improve typeBinding.problemId()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53867720]] | null |
1 | 2 | [[#53867720]] | problemBinding.closestMatch |