Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 126 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java |
2 | 6 | 49 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/UnresolvableTypeInfo.java |
| ||||
public IPath getPackageFragmentRootPath() { return new Path(fJar); } public String getPackageFragmentRootName() { // we can't remove the '/' since the jar can be external. return fJar; } |
| ||||
public IPath getPackageFragmentRootPath() { return new Path(fPath); } public String getPackageFragmentRootName() { return fPath; } |
| |||
public IPath getPackageFragmentRootPath() { return new Path( [[#variableb7840520]]); } public String getPackageFragmentRootName() { // we can't remove the '/' since the jar can be external. return [[#variableb7840520]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b7840520]] | fJar |
1 | 2 | [[#b7840520]] | fPath |