Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 42 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java |
2 | 3 | 62 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java |
3 | 3 | 82 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java |
| ||||
TypeDeclaration typeDecl = findType((IType) fieldHandle.getParent()); if (typeDecl == null) return null; FieldDeclaration[] fields = typeDecl.fields; |
| ||||
TypeDeclaration typeDecl = findType((IType) initializerHandle.getParent()); if (typeDecl == null) return null; FieldDeclaration[] fields = typeDecl.fields; |
| ||||
TypeDeclaration typeDecl = findType((IType) methodHandle.getParent()); if (typeDecl == null) return null; AbstractMethodDeclaration[] methods = typeDecl.methods; |
| |||
TypeDeclaration typeDecl = findType((IType) [[#variable579b6a00]].getParent()); if (typeDecl == null) return null; [[#variable5606fe00]][] [[#variable5933ac00]]= typeDecl. [[#variable5933ac00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#579b6a00]] | fieldHandle |
1 | 2 | [[#579b6a00]] | initializerHandle |
1 | 3 | [[#579b6a00]] | methodHandle |
2 | 1 | [[#5606fe00]] | FieldDeclaration |
2 | 2 | [[#5606fe00]] | FieldDeclaration |
2 | 3 | [[#5606fe00]] | AbstractMethodDeclaration |
3 | 1 | [[#5933ac00]] | fields |
3 | 2 | [[#5933ac00]] | fields |
3 | 3 | [[#5933ac00]] | methods |