Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 300 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
2 | 3 | 85 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/LocalVariableLocator.java |
| ||||
if (possiblelMatchingNode instanceof FieldDeclaration) return matchField(((FieldDeclaration) possiblelMatchingNode).binding, true); return IMPOSSIBLE_MATCH; |
| ||||
if (possiblelMatchingNode instanceof LocalDeclaration) return matchLocalVariable(((LocalDeclaration) possiblelMatchingNode).binding, true); return IMPOSSIBLE_MATCH; |
| |||
if (possiblelMatchingNode instanceof [[#variable4e668ee0]]) return [[#variable4e6e60e0]]((( [[#variable4e668ee0]]) possiblelMatchingNode).binding, true); return IMPOSSIBLE_MATCH; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e668ee0]] | LocalDeclaration |
1 | 2 | [[#4e668ee0]] | FieldDeclaration |
2 | 1 | [[#4e6e60e0]] | matchLocalVariable |
2 | 2 | [[#4e6e60e0]] | matchField |