Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.984 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1119 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
2 | 5 | 1186 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
3 | 6 | 1299 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
if (fModifications != null) return fModifications; fModifications = new CopyModifications(); fReorgExecutionLog = new ReorgExecutionLog(); CopyArguments args = new CopyArguments(getJavaElementDestination(), fReorgExecutionLog); |
| ||||
if (fModifications != null) return fModifications; fModifications = new CopyModifications(); fReorgExecutionLog = new ReorgExecutionLog(); CopyArguments jArgs = new CopyArguments(getDestination(), fReorgExecutionLog); |
| ||||
if (fModifications != null) return fModifications; fModifications = new CopyModifications(); fReorgExecutionLog = new ReorgExecutionLog(); CopyArguments javaArgs = new CopyArguments(getDestinationJavaProject(), fReorgExecutionLog); |
| |||
if (fModifications != null) return fModifications; fModifications = new CopyModifications(); fReorgExecutionLog = new ReorgExecutionLog(); CopyArguments [[#variablea0f60e20]]= new CopyArguments( [[#variableb197f1c0]](), fReorgExecutionLog); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f60e20]] | args |
1 | 2 | [[#a0f60e20]] | jArgs |
1 | 3 | [[#a0f60e20]] | javaArgs |
2 | 1 | [[#b197f1c0]] | getJavaElementDestination |
2 | 2 | [[#b197f1c0]] | getDestination |
2 | 3 | [[#b197f1c0]] | getDestinationJavaProject |