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.962 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScanner.java |
2 | 4 | 26 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElement.java |
| ||||
Assert.isNotNull(name); Assert.isNotNull(qualifier); fName = name; fQualifier = qualifier; |
| ||||
Assert.isNotNull(name); Assert.isNotNull(path); fName = name; fPath = path; |
| |||
Assert.isNotNull(name); Assert.isNotNull( [[#variableb96491e0]]); fName = name; [[#variableb91b85e0]]= [[#variableb96491e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b96491e0]] | path |
1 | 2 | [[#b96491e0]] | qualifier |
2 | 1 | [[#b91b85e0]] | fPath |
2 | 2 | [[#b91b85e0]] | fQualifier |