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.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 150 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java |
2 | 1 | 148 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java |
| ||||
IFile[] files = (IFile[]) filesToNotOverwrite.toArray(new IFile[filesToNotOverwrite.size()]); |
| ||||
IFile[] propertieFiles = (IFile[]) properties.toArray(new IFile[properties.size()]); |
| |||
IFile[] [[#variableb94a3100]]= (IFile[]) [[#variableb94a3080]].toArray(new IFile[ [[#variableb94a3080]].size()]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b94a3100]] | files |
1 | 2 | [[#b94a3100]] | propertieFiles |
2 | 1 | [[#b94a3080]] | filesToNotOverwrite |
2 | 2 | [[#b94a3080]] | properties |