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.977 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 670 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 5 | 1653 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 5 | 3505 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
public final LookupEnvironment environment() { Scope scope, unitScope = this ; while ((scope = unitScope.parent) != null) unitScope = scope; return ((CompilationUnitScope) unitScope).environment; } |
| ||||
public final PackageBinding getCurrentPackage() { Scope scope, unitScope = this ; while ((scope = unitScope.parent) != null) unitScope = scope; return ((CompilationUnitScope) unitScope).fPackage; } |
| ||||
public final CompilationUnitDeclaration referenceCompilationUnit() { Scope scope, unitScope = this ; while ((scope = unitScope.parent) != null) unitScope = scope; return ((CompilationUnitScope) unitScope).referenceContext; } |
| |||
public final [[#variableb6597cc0]] [[#variable52ede5a0]]() { Scope scope, unitScope = this ; while ((scope = unitScope.parent) != null) unitScope = scope; return ((CompilationUnitScope) unitScope). [[#variable52ede780]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b6597cc0]] | LookupEnvironment |
1 | 2 | [[#b6597cc0]] | PackageBinding |
1 | 3 | [[#b6597cc0]] | CompilationUnitDeclaration |
2 | 1 | [[#52ede5a0]] | environment |
2 | 2 | [[#52ede5a0]] | getCurrentPackage |
2 | 3 | [[#52ede5a0]] | referenceCompilationUnit |
3 | 1 | [[#52ede780]] | environment |
3 | 2 | [[#52ede780]] | fPackage |
3 | 3 | [[#52ede780]] | referenceContext |