Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 55 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java |
2 | 3 | 56 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java |
3 | 3 | 35 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/UnresolvableTypeInfo.java |
| ||||
if ( !IFileTypeInfo.class .equals(obj.getClass())) return false; IFileTypeInfo other = (IFileTypeInfo) obj; |
| ||||
if ( !JarFileEntryTypeInfo.class .equals(obj.getClass())) return false; JarFileEntryTypeInfo other = (JarFileEntryTypeInfo) obj; |
| ||||
if ( !UnresolvableTypeInfo.class .equals(obj.getClass())) return false; UnresolvableTypeInfo other = (UnresolvableTypeInfo) obj; |
| |||
if ( ! [[#variable92b9f440]].class .equals(obj.getClass())) return false; [[#variable92b9f440]] other = ( [[#variable92b9f440]]) obj; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92b9f440]] | IFileTypeInfo |
1 | 2 | [[#92b9f440]] | JarFileEntryTypeInfo |
1 | 3 | [[#92b9f440]] | UnresolvableTypeInfo |