Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.965 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2367 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
2 | 4 | 2509 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
{ Integer level = (Integer) nodeSet.matchingNodes.removeKey(superType); if (level != null && matchedClassContainer) this.patternLocator.matchReportReference(superType, enclosingElement, type.binding, level.intValue(), this ); } |
| ||||
{ Integer level = (Integer) nodeSet.matchingNodes.removeKey(superReference); if (level != null && matchedClassContainer) this.patternLocator.matchReportReference(superReference, enclosingElement, elementBinding, level.intValue(), this ); } |
| |||
{ Integer level = (Integer) nodeSet.matchingNodes.removeKey( [[#variable53565580]]); if (level != null && matchedClassContainer) this.patternLocator.matchReportReference( [[#variable53565580]], enclosingElement, [[#variable53565420]], level.intValue(), this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53565580]] | superType |
1 | 2 | [[#53565580]] | superReference |
2 | 1 | [[#53565420]] | type.binding |
2 | 2 | [[#53565420]] | elementBinding |