Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 71 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesOfSingleton.java |
2 | 2 | 61 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesOfSingleton.java |
| ||||
if (otherLower.equals(fUpperBound)) return new SingletonTypeSet(fUpperBound, getTypeSetEnvironment()); |
| ||||
if (otherUpper.equals(fLowerBound)) return new SingletonTypeSet(fLowerBound, getTypeSetEnvironment()); |
| |||
if ( [[#variable99e42e60]].equals( [[#variable99e42e00]])) return new SingletonTypeSet( [[#variable99e42e00]], getTypeSetEnvironment()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99e42e60]] | otherUpper |
1 | 2 | [[#99e42e60]] | otherLower |
2 | 1 | [[#99e42e00]] | fLowerBound |
2 | 2 | [[#99e42e00]] | fUpperBound |