Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 945 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
2 | 3 | 2176 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
if (declaring != null && Bindings.equals(binding.getPackage(), fTarget.getType().getPackage())) same = true; final Modifier.ModifierKeyword keyword = same ? null: Modifier.ModifierKeyword.PUBLIC_KEYWORD; |
| ||||
if (declaring != null && Bindings.equals(declaring.getPackage(), fTarget.getType().getPackage())) same = true; final Modifier.ModifierKeyword keyword = same ? null: Modifier.ModifierKeyword.PUBLIC_KEYWORD; |
| |||
if (declaring != null && Bindings.equals( [[#variable645d8ac0]].getPackage(), fTarget.getType().getPackage())) same = true; final Modifier.ModifierKeyword keyword = same ? null: Modifier.ModifierKeyword.PUBLIC_KEYWORD; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#645d8ac0]] | declaring |
1 | 2 | [[#645d8ac0]] | binding |