Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1079 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
2 | 4 | 26 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/Changes.java |
| ||||
{ List result = new ArrayList(); collectSuperTypes(type, result); return (ITypeBinding[]) result.toArray(new ITypeBinding[result.size()]); } |
| ||||
{ List result = new ArrayList(); getModifiedFiles(result, changes); return (IFile[]) result.toArray(new IFile[result.size()]); } |
| |||
{ List result = new ArrayList(); [[#variable730276c0]]( [[#variable73027080]], [[#variable73027560]]); return ( [[#variable73027640]][]) result.toArray(new [[#variable73027640]][result.size()]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#730276c0]] | getModifiedFiles |
1 | 2 | [[#730276c0]] | collectSuperTypes |
2 | 1 | [[#73027080]] | result |
2 | 2 | [[#73027080]] | type |
3 | 1 | [[#73027560]] | changes |
3 | 2 | [[#73027560]] | result |
4 | 1 | [[#73027640]] | IFile |
4 | 2 | [[#73027640]] | ITypeBinding |