Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 8 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 415 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
2 | 1 | 353 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java |
3 | 1 | 518 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java |
4 | 1 | 519 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java |
5 | 1 | 520 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java |
6 | 1 | 1945 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
7 | 1 | 812 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
8 | 1 | 729 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
fReferences = getReferences(new SubProgressMonitor(pm, 3), result); |
| ||||
fOccurrences = getOccurrences(new SubProgressMonitor(pm, 3), result); |
| ||||
fOccurrences = getReferences(new SubProgressMonitor(pm, 4), result); |
| ||||
fReferencesToTypesInNamesakes = getReferencesToTypesInNamesakes(new SubProgressMonitor(pm, 4), result); |
| ||||
fReferencesToTypesInPackage = getReferencesToTypesInPackage(new SubProgressMonitor(pm, 4), result); |
| ||||
fChangeManager = createChangeManager(new SubProgressMonitor(pm, 2), result); |
| ||||
// resolveTypesWithoutBindings(new SubProgressMonitor(pm, 1)); // already done in checkSignature(true) fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), result); |
| ||||
fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), result); |
| |||
[[#variable51a65ba0]]= [[#variable51a65ae0]](new SubProgressMonitor(pm, [[#variable51a65a80]]), result); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51a65ba0]] | fChangeManager |
1 | 2 | [[#51a65ba0]] | fReferencesToTypesInPackage |
1 | 3 | [[#51a65ba0]] | fReferences |
1 | 4 | [[#51a65ba0]] | fChangeManager |
1 | 5 | [[#51a65ba0]] | fOccurrences |
1 | 6 | [[#51a65ba0]] | fReferencesToTypesInNamesakes |
1 | 7 | [[#51a65ba0]] | fOccurrences |
1 | 8 | [[#51a65ba0]] | // resolveTypesWithoutBindings(new SubProgressMonitor(pm, 1)); // already done in checkSignature(true) fChangeManager |
2 | 1 | [[#51a65ae0]] | createChangeManager |
2 | 2 | [[#51a65ae0]] | getReferencesToTypesInPackage |
2 | 3 | [[#51a65ae0]] | getReferences |
2 | 4 | [[#51a65ae0]] | createChangeManager |
2 | 5 | [[#51a65ae0]] | getReferences |
2 | 6 | [[#51a65ae0]] | getReferencesToTypesInNamesakes |
2 | 7 | [[#51a65ae0]] | getOccurrences |
2 | 8 | [[#51a65ae0]] | createChangeManager |
3 | 1 | [[#51a65a80]] | 1 |
3 | 2 | [[#51a65a80]] | 4 |
3 | 3 | [[#51a65a80]] | 3 |
3 | 4 | [[#51a65a80]] | 2 |
3 | 5 | [[#51a65a80]] | 4 |
3 | 6 | [[#51a65a80]] | 4 |
3 | 7 | [[#51a65a80]] | 3 |
3 | 8 | [[#51a65a80]] | 1 |