Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 239 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java |
2 | 2 | 467 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java |
| ||||
IBinding[] bindings = new ScopeAnalyzer(fCuRewrite.getRoot()).getDeclarationsInScope(getSelectedExpression().getStartPosition(), ScopeAnalyzer.VARIABLES); |
| ||||
IBinding[] bindings = new ScopeAnalyzer(cuRewrite.getRoot()).getDeclarationsInScope( fSelectedExpression.getStartPosition(), ScopeAnalyzer.VARIABLES ); |
| |||
IBinding[] bindings = new ScopeAnalyzer( [[#variable4f27db00]].getRoot()).getDeclarationsInScope( [[#variable4f27daa0]].getStartPosition(), ScopeAnalyzer.VARIABLES); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f27db00]] | fCuRewrite |
1 | 2 | [[#4f27db00]] | cuRewrite |
2 | 1 | [[#4f27daa0]] | getSelectedExpression() |
2 | 2 | [[#4f27daa0]] | fSelectedExpression |