Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 509 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
2 | 2 | 659 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java |
3 | 2 | 1701 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
arguments.put(ATTRIBUTE_STATIC, Boolean.valueOf(fDeclareStatic).toString()); arguments.put(ATTRIBUTE_VISIBILITY, new Integer(fVisibility).toString()); |
| ||||
arguments.put(ATTRIBUTE_FINAL, Boolean.valueOf(fDeclareFinal).toString()); arguments.put(ATTRIBUTE_VISIBILITY, new Integer(fVisibility).toString()); |
| ||||
arguments.put(ATTRIBUTE_USE_SETTER, Boolean.valueOf(fUseSetters).toString()); arguments.put(ATTRIBUTE_TARGET_INDEX, new Integer(getTargetIndex()).toString()); |
| |||
arguments.put( [[#variable57ac1bc0]], Boolean.valueOf( [[#variable57ac0960]]).toString()); arguments.put( [[#variable57ac0920]], new Integer( [[#variable57ac1b80]]).toString()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57ac1bc0]] | ATTRIBUTE_STATIC |
1 | 2 | [[#57ac1bc0]] | ATTRIBUTE_FINAL |
1 | 3 | [[#57ac1bc0]] | ATTRIBUTE_USE_SETTER |
2 | 1 | [[#57ac0960]] | fDeclareStatic |
2 | 2 | [[#57ac0960]] | fDeclareFinal |
2 | 3 | [[#57ac0960]] | fUseSetters |
3 | 1 | [[#57ac0920]] | ATTRIBUTE_VISIBILITY |
3 | 2 | [[#57ac0920]] | ATTRIBUTE_VISIBILITY |
3 | 3 | [[#57ac0920]] | ATTRIBUTE_TARGET_INDEX |
4 | 1 | [[#57ac1b80]] | fVisibility |
4 | 2 | [[#57ac1b80]] | fVisibility |
4 | 3 | [[#57ac1b80]] | getTargetIndex() |