Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 78 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java |
2 | 1 | 192 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
3 | 1 | 415 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| ||||
IProblem[] newProblems = ASTNodes.getProblems(newCUNode, ASTNodes.INCLUDE_ALL_PARENTS, ASTNodes.PROBLEMS); |
| ||||
IProblem[] problems = ASTNodes.getProblems(type, ASTNodes.NODE_ONLY, ASTNodes.PROBLEMS); |
| ||||
IProblem[] problems = ASTNodes.getProblems(type, ASTNodes.NODE_ONLY, ASTNodes.PROBLEMS); |
| |||
IProblem[] [[#variable5bf81220]]= ASTNodes.getProblems( [[#variable5bf80d60]], ASTNodes. [[#variable5bf81240]], ASTNodes.PROBLEMS); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5bf81220]] | problems |
1 | 2 | [[#5bf81220]] | newProblems |
1 | 3 | [[#5bf81220]] | problems |
2 | 1 | [[#5bf80d60]] | type |
2 | 2 | [[#5bf80d60]] | newCUNode |
2 | 3 | [[#5bf80d60]] | type |
3 | 1 | [[#5bf81240]] | NODE_ONLY |
3 | 2 | [[#5bf81240]] | INCLUDE_ALL_PARENTS |
3 | 3 | [[#5bf81240]] | NODE_ONLY |