Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1353 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 2 | 946 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
ChildPropertyDescriptor superClassProperty = (apiLevel == JLS2_INTERNAL) ? TypeDeclaration.SUPERCLASS_PROPERTY: TypeDeclaration.SUPERCLASS_TYPE_PROPERTY; RewriteEvent superClassEvent = getEvent(node, superClassProperty); |
| ||||
ChildPropertyDescriptor superClassProperty = (apiLevel == JLS2_INTERNAL) ? TypeDeclaration.SUPERCLASS_PROPERTY: TypeDeclaration.SUPERCLASS_TYPE_PROPERTY; ASTNode superclass = getChildNode(node, superClassProperty); |
| |||
ChildPropertyDescriptor superClassProperty = (apiLevel == JLS2_INTERNAL) ? TypeDeclaration.SUPERCLASS_PROPERTY: TypeDeclaration.SUPERCLASS_TYPE_PROPERTY; [[#variable9d1b43c0]] [[#variable9d1b4380]]= [[#variable9d1b4340]](node, superClassProperty); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d1b43c0]] | ASTNode |
1 | 2 | [[#9d1b43c0]] | RewriteEvent |
2 | 1 | [[#9d1b4380]] | superclass |
2 | 2 | [[#9d1b4380]] | superClassEvent |
3 | 1 | [[#9d1b4340]] | getChildNode |
3 | 2 | [[#9d1b4340]] | getEvent |