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.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 41 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MonitoringNewNameQueries.java |
2 | 4 | 54 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MonitoringNewNameQueries.java |
| ||||
if (mapping != null) { fExecutionLog.setNewName(mapping, newName); } return result; |
| ||||
if (mapping != null) { fExecutionLog.setNewName(mapping, result); } return result; |
| |||
if (mapping != null) { fExecutionLog.setNewName(mapping, [[#variable97bf1020]]); } return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97bf1020]] | newName |
1 | 2 | [[#97bf1020]] | result |