Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 339 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java |
2 | 2 | 341 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java |
3 | 2 | 346 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java |
| ||||
if (type.kind() == MirrorKind.TYPE_CLASS) return isSubClassOf(thisErased, typeErased); |
| ||||
if (type.kind() == MirrorKind.TYPE_INTERFACE) return isImplementorOf(thisErased, typeErased); |
| ||||
if (type.kind() == MirrorKind.TYPE_INTERFACE) return isImplementorOf(thisErased, typeErased); |
| |||
if (type.kind() == MirrorKind. [[#variable533b6160]]) return [[#variable533b6140]](thisErased, typeErased); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#533b6160]] | TYPE_INTERFACE |
1 | 2 | [[#533b6160]] | TYPE_CLASS |
1 | 3 | [[#533b6160]] | TYPE_INTERFACE |
2 | 1 | [[#533b6140]] | isImplementorOf |
2 | 2 | [[#533b6140]] | isSubClassOf |
2 | 3 | [[#533b6140]] | isImplementorOf |