Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1033 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java |
2 | 2 | 1123 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java |
| ||||
/* * @see ITypeBinding#isClass() */ public boolean isClass() { return this.binding.isClass() && !this.binding.isTypeVariable() && !this.binding.isWildcard(); } |
| ||||
/* * @see ITypeBinding#isInterface() */ public boolean isInterface() { return this.binding.isInterface() && !this.binding.isTypeVariable() && !this.binding.isWildcard(); } |
| |||
/* * @see ITypeBinding#isClass() */ /* * @see ITypeBinding#isInterface() */ public boolean [[#variable9df537e0]]() { return this.binding. [[#variable9df537e0]]() && !this.binding.isTypeVariable() && !this.binding.isWildcard(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9df537e0]] | isClass |
1 | 2 | [[#9df537e0]] | isInterface |