Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 8 | 2 | 0.967 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
2 | 1 | 64 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
3 | 1 | 66 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
4 | 1 | 68 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
5 | 1 | 70 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
6 | 1 | 72 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
7 | 1 | 74 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
8 | 1 | 76 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
| ||||
/** Type code for the primitive type "int". */ public final PrimitiveType INT = new PrimitiveType(this, PrimitiveType.INT, BindingKey.createTypeBindingKey("int")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "char". */ public final PrimitiveType CHAR = new PrimitiveType(this, PrimitiveType.CHAR, BindingKey.createTypeBindingKey("char")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "boolean". */ public final PrimitiveType BOOLEAN = new PrimitiveType(this, PrimitiveType.BOOLEAN, BindingKey.createTypeBindingKey("boolean")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "short". */ public final PrimitiveType SHORT = new PrimitiveType(this, PrimitiveType.SHORT, BindingKey.createTypeBindingKey("short")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "long". */ public final PrimitiveType LONG = new PrimitiveType(this, PrimitiveType.LONG, BindingKey.createTypeBindingKey("long")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "float". */ public final PrimitiveType FLOAT = new PrimitiveType(this, PrimitiveType.FLOAT, BindingKey.createTypeBindingKey("float")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "double". */ public final PrimitiveType DOUBLE = new PrimitiveType(this, PrimitiveType.DOUBLE, BindingKey.createTypeBindingKey("double")); //$NON-NLS-1$ |
| ||||
/** Type code for the primitive type "byte". */ public final PrimitiveType BYTE = new PrimitiveType(this, PrimitiveType.BYTE, BindingKey.createTypeBindingKey("byte")); //$NON-NLS-1$ |
| |||
/** Type code for the primitive type "int". */ /** Type code for the primitive type "char". */ /** Type code for the primitive type "boolean". */ /** Type code for the primitive type "short". */ /** Type code for the primitive type "long". */ /** Type code for the primitive type "float". */ /** Type code for the primitive type "double". */ /** Type code for the primitive type "byte". */ public final PrimitiveType [[#variable945398c0]]= new PrimitiveType(this, PrimitiveType. [[#variable945398c0]], BindingKey.createTypeBindingKey( [[#variableb61d8fe0]])); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#945398c0]] | INT |
1 | 2 | [[#945398c0]] | CHAR |
1 | 3 | [[#945398c0]] | BOOLEAN |
1 | 4 | [[#945398c0]] | SHORT |
1 | 5 | [[#945398c0]] | LONG |
1 | 6 | [[#945398c0]] | FLOAT |
1 | 7 | [[#945398c0]] | DOUBLE |
1 | 8 | [[#945398c0]] | BYTE |
2 | 1 | [[#b61d8fe0]] | "int" |
2 | 2 | [[#b61d8fe0]] | "char" |
2 | 3 | [[#b61d8fe0]] | "boolean" |
2 | 4 | [[#b61d8fe0]] | "short" |
2 | 5 | [[#b61d8fe0]] | "long" |
2 | 6 | [[#b61d8fe0]] | "float" |
2 | 7 | [[#b61d8fe0]] | "double" |
2 | 8 | [[#b61d8fe0]] | "byte" |