Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 75 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ASTBasedDeclarationImpl.java |
2 | 3 | 144 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ASTBasedDeclarationImpl.java |
| ||||
ASTNode parent = ((VariableDeclarationFragment) _astNode).getParent(); if (_astNode instanceof BodyDeclaration) modBits = ((BodyDeclaration) parent).getModifiers(); |
| ||||
final ASTNode parent = ((VariableDeclarationFragment) _astNode).getParent(); if (parent instanceof BodyDeclaration) extendsMods = ((BodyDeclaration) parent).modifiers(); |
| |||
[[#variable56899cc0]]ASTNode parent = ((VariableDeclarationFragment) _astNode).getParent(); if ( [[#variable56899c40]]instanceof BodyDeclaration) [[#variable568c6780]]= ((BodyDeclaration) parent). [[#variable56899c20]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56899cc0]] | final |
1 | 2 | [[#56899cc0]] | |
2 | 1 | [[#56899c40]] | parent |
2 | 2 | [[#56899c40]] | _astNode |
3 | 1 | [[#568c6780]] | extendsMods |
3 | 2 | [[#568c6780]] | modBits |
4 | 1 | [[#56899c20]] | modifiers |
4 | 2 | [[#56899c20]] | getModifiers |