Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1998 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
2 | 5 | 2219 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
LocalDeclarationVisitor localDeclarationVisitor = new LocalDeclarationVisitor(enclosingElement, method.binding, nodeSet); try { method.traverse(localDeclarationVisitor, (ClassScope) null); } catch (WrappedCoreException e) { throw e.coreException; } |
| ||||
LocalDeclarationVisitor localDeclarationVisitor = new LocalDeclarationVisitor(enclosingElement, field.binding, nodeSet); try { field.traverse(localDeclarationVisitor, null); } catch (WrappedCoreException e) { throw e.coreException; } |
| |||
LocalDeclarationVisitor localDeclarationVisitor = new LocalDeclarationVisitor(enclosingElement, [[#variableb5fd7500]].binding, nodeSet); try { [[#variableb5fd7500]].traverse(localDeclarationVisitor, [[#variable51ee40c0]]); } catch (WrappedCoreException e) { throw e.coreException; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5fd7500]] | method |
1 | 2 | [[#b5fd7500]] | field |
2 | 1 | [[#51ee40c0]] | (ClassScope) null |
2 | 2 | [[#51ee40c0]] | null |