Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 794 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
2 | 4 | 803 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
| ||||
//TODO: // We need a common way of dealing with possible compilation errors for all occurrences, // including visibility problems, shadowing and missing throws declarations. if ( ! isOrderSameAsInitial()) result.merge(checkReorderings(new SubProgressMonitor(pm, 1))); else pm.worked(1); |
| ||||
//TODO (bug 58616): check whether changed signature already exists somewhere in the ripple, // - error if exists // - warn if exists with different parameter types (may cause overloading) if ( ! areNamesSameAsInitial()) result.merge(checkRenamings(new SubProgressMonitor(pm, 1))); else pm.worked(1); |
| |||
//TODO (bug 58616): check whether changed signature already exists somewhere in the ripple, // - error if exists // - warn if exists with different parameter types (may cause overloading) //TODO: // We need a common way of dealing with possible compilation errors for all occurrences, // including visibility problems, shadowing and missing throws declarations. if ( ! [[#variable56d8ad80]]()) result.merge( [[#variable56d8ae40]](new SubProgressMonitor(pm, 1))); else pm.worked(1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56d8ad80]] | areNamesSameAsInitial |
1 | 2 | [[#56d8ad80]] | isOrderSameAsInitial |
2 | 1 | [[#56d8ae40]] | checkRenamings |
2 | 2 | [[#56d8ae40]] | checkReorderings |