Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.958 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 113 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java |
2 | 7 | 94 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java |
| ||||
private static final String[] KNOWN_METHOD_NAME_PREFIXES = { "get", "is" }; //$NON-NLS-2$ //$NON-NLS-1$ private CompilationUnitRewrite fCuRewrite; private int fSelectionStart; private int fSelectionLength; private ICompilationUnit fCu; |
| ||||
private static final String[] KNOWN_METHOD_NAME_PREFIXES = { "get", "is" }; //$NON-NLS-2$ //$NON-NLS-1$ private ICompilationUnit fSourceCU; private int fSelectionStart; private int fSelectionLength; private IMethod fMethod; |
| |||
private static final String[] KNOWN_METHOD_NAME_PREFIXES = { "get", "is" }; //$NON-NLS-2$ //$NON-NLS-1$ private [[#variable59969660]] [[#variable59969580]]; private int fSelectionStart; private int fSelectionLength; private [[#variable59968dc0]] [[#variable59969500]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59969660]] | CompilationUnitRewrite |
1 | 2 | [[#59969660]] | ICompilationUnit |
2 | 1 | [[#59969580]] | fCuRewrite |
2 | 2 | [[#59969580]] | fSourceCU |
3 | 1 | [[#59968dc0]] | ICompilationUnit |
3 | 2 | [[#59968dc0]] | IMethod |
4 | 1 | [[#59969500]] | fCu |
4 | 2 | [[#59969500]] | fMethod |