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.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2160 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 4 | 2187 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
3 | 4 | 2196 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
if (rawReverseMap != null) { if (rawReverseMap.get(resolvedPath = resolvedEntry.getPath()) == null) rawReverseMap.put(resolvedPath, rawEntry); } resolvedEntries.add(resolvedEntry); |
| ||||
if (rawReverseMap != null) { if (rawReverseMap.get(resolvedPath = cEntry.getPath()) == null) rawReverseMap.put(resolvedPath, rawEntry); } resolvedEntries.add(cEntry); |
| ||||
if (rawReverseMap != null) { if (rawReverseMap.get(resolvedPath = rawEntry.getPath()) == null) rawReverseMap.put(resolvedPath, rawEntry); } resolvedEntries.add(rawEntry); |
| |||
if (rawReverseMap != null) { if (rawReverseMap.get(resolvedPath = [[#variablea4ede440]].getPath()) == null) rawReverseMap.put(resolvedPath, rawEntry); } resolvedEntries.add( [[#variablea4ede440]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4ede440]] | rawEntry |
1 | 2 | [[#a4ede440]] | cEntry |
1 | 3 | [[#a4ede440]] | resolvedEntry |