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.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2036 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 4 | 2122 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
if (binding == null) return new ProblemReferenceBinding(compoundName[0], null, ProblemReasons.NotFound); if ( !binding.isValidBinding()) return binding; |
| ||||
if (binding == null) return new ProblemReferenceBinding(compoundName[0], null, ProblemReasons.NotFound); if ( !binding.isValidBinding()) return (ReferenceBinding) binding; |
| |||
if (binding == null) return new ProblemReferenceBinding(compoundName[0], null, ProblemReasons.NotFound); if ( !binding.isValidBinding()) return [[#variable92cacac0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92cacac0]] | binding |
1 | 2 | [[#92cacac0]] | (ReferenceBinding) binding |