Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2335 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 4 | 2378 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 4 | 2389 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
{ if (typeOrPackageCache != null) typeOrPackageCache.put(name, binding); return binding; // type is always visible to its own package } |
| ||||
{ if (typeOrPackageCache != null) typeOrPackageCache.put(name, type); return type; } |
| ||||
{ if (typeOrPackageCache != null) typeOrPackageCache.put(name, packageBinding); return packageBinding; } |
| |||
{ if (typeOrPackageCache != null) typeOrPackageCache.put(name, [[#variable542a1de0]]); return [[#variable542a1de0]]; // type is always visible to its own package } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#542a1de0]] | binding |
1 | 2 | [[#542a1de0]] | type |
1 | 3 | [[#542a1de0]] | packageBinding |