| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 10 | 2 | 0.976 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 761 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java |
| 2 | 4 | 843 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java |
| 3 | 4 | 120 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JarPackageFragment.java |
| 4 | 4 | 215 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModel.java |
| 5 | 4 | 201 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragment.java |
| 6 | 4 | 224 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragment.java |
| 7 | 4 | 230 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| 8 | 4 | 351 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| 9 | 4 | 377 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| 10 | 4 | 532 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
ArrayList list = getChildrenOfType(PACKAGE_DECLARATION);
IPackageDeclaration[] array = new IPackageDeclaration[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(TYPE);
IType[] array = new IType[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(CLASS_FILE);
IClassFile[] array = new IClassFile[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(JAVA_PROJECT);
IJavaProject[] array = new IJavaProject[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(CLASS_FILE);
IClassFile[] array = new IClassFile[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(COMPILATION_UNIT);
ICompilationUnit[] array = new ICompilationUnit[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(FIELD);
IField[] array = new IField[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(INITIALIZER);
IInitializer[] array = new IInitializer[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(METHOD);
IMethod[] array = new IMethod[list.size()];
list.toArray(array);
return array;
|
| ||||
ArrayList list = getChildrenOfType(TYPE);
IType[] array = new IType[list.size()];
list.toArray(array);
return array;
|
| |||
ArrayList list = getChildrenOfType( [[#variableb5adb500]]); [[#variableb5adae20]][] array = new [[#variableb5adae20]][list.size()]; list.toArray(array); return array; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b5adb500]] | FIELD |
| 1 | 2 | [[#b5adb500]] | TYPE |
| 1 | 3 | [[#b5adb500]] | METHOD |
| 1 | 4 | [[#b5adb500]] | CLASS_FILE |
| 1 | 5 | [[#b5adb500]] | INITIALIZER |
| 1 | 6 | [[#b5adb500]] | COMPILATION_UNIT |
| 1 | 7 | [[#b5adb500]] | JAVA_PROJECT |
| 1 | 8 | [[#b5adb500]] | PACKAGE_DECLARATION |
| 1 | 9 | [[#b5adb500]] | TYPE |
| 1 | 10 | [[#b5adb500]] | CLASS_FILE |
| 2 | 1 | [[#b5adae20]] | IField |
| 2 | 2 | [[#b5adae20]] | IType |
| 2 | 3 | [[#b5adae20]] | IMethod |
| 2 | 4 | [[#b5adae20]] | IClassFile |
| 2 | 5 | [[#b5adae20]] | IInitializer |
| 2 | 6 | [[#b5adae20]] | ICompilationUnit |
| 2 | 7 | [[#b5adae20]] | IJavaProject |
| 2 | 8 | [[#b5adae20]] | IPackageDeclaration |
| 2 | 9 | [[#b5adae20]] | IType |
| 2 | 10 | [[#b5adae20]] | IClassFile |