Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 761 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
2 | 4 | 791 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
final String key = binding.getKey(); if ( !fFound.contains(key)) { fFound.add(key); fBindings.add(binding); } |
| ||||
final String key = variable.getKey(); if ( !fFound.contains(key)) { fFound.add(key); fBindings.add(variable); } |
| |||
final String key = [[#variable60b94c60]].getKey(); if ( !fFound.contains(key)) { fFound.add(key); fBindings.add( [[#variable60b94c60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60b94c60]] | binding |
1 | 2 | [[#60b94c60]] | variable |