Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.964 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 82 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java |
2 | 5 | 87 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java |
| ||||
{ ArraySuperTypeSet ats2 = (ArraySuperTypeSet) s2; if (ats2.fElemTypeSet.isUniverse()) return new ArraySuperTypeSet(fElemTypeSet); } |
| ||||
{ ArrayTypeSet ats2 = (ArrayTypeSet) s2; if (ats2.fElemTypeSet.isUniverse()) return new ArrayTypeSet(fElemTypeSet); // intersection doesn't include Object, which is in 'this' } |
| |||
{ [[#variablebb815ac0]] ats2 = ( [[#variablebb815ac0]]) s2; if (ats2.fElemTypeSet.isUniverse()) return new [[#variablebb815ac0]](fElemTypeSet); // intersection doesn't include Object, which is in 'this' } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb815ac0]] | ArraySuperTypeSet |
1 | 2 | [[#bb815ac0]] | ArrayTypeSet |