Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 465 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java |
2 | 5 | 2159 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 5 | 2447 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
if ( !type.canBeSeenBy(fPackage)) return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, i), type, ProblemReasons.NotVisible); |
| ||||
if ( !typeBinding.canBeSeenBy(this )) return new ProblemReferenceBinding( CharOperation.subarray(compoundName, 0, currentIndex), typeBinding, ProblemReasons.NotVisible ); |
| ||||
if ( !typeBinding.canBeSeenBy(this )) return new ProblemReferenceBinding( CharOperation.subarray(compoundName, 0, currentIndex), typeBinding, ProblemReasons.NotVisible ); |
| |||
if ( ! [[#variable930977e0]].canBeSeenBy( [[#variable93097740]])) return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, [[#variable930976c0]]), [[#variable930977e0]], ProblemReasons.NotVisible); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#930977e0]] | typeBinding |
1 | 2 | [[#930977e0]] | type |
1 | 3 | [[#930977e0]] | typeBinding |
2 | 1 | [[#93097740]] | this |
2 | 2 | [[#93097740]] | fPackage |
2 | 3 | [[#93097740]] | this |
3 | 1 | [[#930976c0]] | currentIndex |
3 | 2 | [[#930976c0]] | i |
3 | 3 | [[#930976c0]] | currentIndex |