Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 168 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java |
2 | 1 | 209 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java |
| ||||
return ! destination.equals(pack.getParent()) && destination.getPackageFragment(pack.getElementName()).exists(); |
| ||||
return ! destination.equals(cu.getParent()) && destination.getCompilationUnit(cu.getElementName()).exists(); |
| |||
return !destination.equals( [[#variableb77e4b00]].getParent()) && destination. [[#variableb77e4a20]]( [[#variableb77e4b00]].getElementName()).exists(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b77e4b00]] | pack |
1 | 2 | [[#b77e4b00]] | cu |
2 | 1 | [[#b77e4a20]] | getPackageFragment |
2 | 2 | [[#b77e4a20]] | getCompilationUnit |