Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 589 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java |
2 | 2 | 125 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaSearchScope.java |
| ||||
if (perProjectInfo != null && perProjectInfo.resolvedPathToRawEntries != null) { rawEntry = (IClasspathEntry) perProjectInfo.resolvedPathToRawEntries.get(this.getPath()); } |
| ||||
if (perProjectInfo != null && perProjectInfo.resolvedPathToRawEntries != null) { rawEntry = (IClasspathEntry) perProjectInfo.resolvedPathToRawEntries.get(entry.getPath()); } |
| |||
if (perProjectInfo != null && perProjectInfo.resolvedPathToRawEntries != null) { rawEntry = (IClasspathEntry) perProjectInfo.resolvedPathToRawEntries.get( [[#variable5a9bbc20]].getPath()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a9bbc20]] | this |
1 | 2 | [[#5a9bbc20]] | entry |