Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 3 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 90 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfiguration.java |
2 | 2 | 788 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
3 | 2 | 598 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java |
4 | 2 | 417 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| ||||
for (int i = 0; i < testTypes.length; i++) argv.add(testTypes[i].getFullyQualifiedName()); |
| ||||
// limited change set, no accessors. for (int i = 0; i < oldReferences.length; i++) compilationUnitsToModify.add(oldReferences[i].getCompilationUnit()); |
| ||||
for (int i = 0; i < newDeclarationWCs.length; i++) declaringCUs.add(newDeclarationWCs[i].getPrimary()); |
| ||||
for (int i = 0; i < problems.length; i++) problemsCollector.add(problems[i].getMessage()); |
| |||
// limited change set, no accessors. for (int i = 0; i < [[#variable5abd0040]].length; i++) [[#variablea5ee5fc0]].add( [[#variable5abd0040]][i]. [[#variablea5ee5f40]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5abd0040]] | testTypes |
1 | 2 | [[#5abd0040]] | oldReferences |
1 | 3 | [[#5abd0040]] | newDeclarationWCs |
1 | 4 | [[#5abd0040]] | problems |
2 | 1 | [[#a5ee5fc0]] | argv |
2 | 2 | [[#a5ee5fc0]] | compilationUnitsToModify |
2 | 3 | [[#a5ee5fc0]] | declaringCUs |
2 | 4 | [[#a5ee5fc0]] | problemsCollector |
3 | 1 | [[#a5ee5f40]] | getFullyQualifiedName |
3 | 2 | [[#a5ee5f40]] | getCompilationUnit |
3 | 3 | [[#a5ee5f40]] | getPrimary |
3 | 4 | [[#a5ee5f40]] | getMessage |