Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 97 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java |
2 | 3 | 190 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java |
| ||||
if ((binding = findPackage(name)) != null) return binding; // not found so remember a problem package binding in the cache for future lookups addNotFoundPackage(name); |
| ||||
if ((packageBinding = findPackage(name)) != null) return packageBinding; addNotFoundPackage(name); |
| |||
if (( [[#variable9617f800]]= findPackage(name)) != null) return [[#variable9617f800]]; // not found so remember a problem package binding in the cache for future lookups addNotFoundPackage(name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9617f800]] | packageBinding |
1 | 2 | [[#9617f800]] | binding |