Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2087 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 4 | 2092 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
return new ProblemReferenceBinding( CharOperation.arrayConcat(packageBinding.compoundName, name), null, ProblemReasons.NotFound ); |
| ||||
return new ProblemReferenceBinding( CharOperation.arrayConcat(packageBinding.compoundName, name), null, // TODO should improve binding.problemId() ); |
| |||
return new ProblemReferenceBinding(CharOperation.arrayConcat(packageBinding.compoundName, name), null, // TODO should improve [[#variable5b2b3e00]] [[#variable5b2b3d20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b2b3e00]] | ProblemReasons |
1 | 2 | [[#5b2b3e00]] | binding |
2 | 1 | [[#5b2b3d20]] | .NotFound |
2 | 2 | [[#5b2b3d20]] | .problemId() |