Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 4 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 914 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
2 | 7 | 922 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
3 | 7 | 930 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
4 | 7 | 938 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
| ||||
public PrimitiveTypeImpl getBooleanType() { initPrimitives(); return _primitives[BOOLEAN_INDEX]; } public PrimitiveTypeImpl getByteType() { initPrimitives(); return _primitives[BYTE_INDEX]; } |
| ||||
public PrimitiveTypeImpl getCharType() { initPrimitives(); return _primitives[CHAR_INDEX]; } public PrimitiveTypeImpl getDoubleType() { initPrimitives(); return _primitives[DOUBLE_INDEX]; } |
| ||||
public PrimitiveTypeImpl getFloatType() { initPrimitives(); return _primitives[FLOAT_INDEX]; } public PrimitiveTypeImpl getIntType() { initPrimitives(); return _primitives[INT_INDEX]; } |
| ||||
public PrimitiveTypeImpl getLongType() { initPrimitives(); return _primitives[LONG_INDEX]; } public PrimitiveTypeImpl getShortType() { initPrimitives(); return _primitives[SHORT_INDEX]; } |
| |||
public PrimitiveTypeImpl [[#variable990d6c20]]() { initPrimitives(); return _primitives[ [[#variable9c3a5920]]]; } public PrimitiveTypeImpl [[#variable990d6c60]]() { initPrimitives(); return _primitives[ [[#variable990d6b60]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#990d6c20]] | getBooleanType |
1 | 2 | [[#990d6c20]] | getCharType |
1 | 3 | [[#990d6c20]] | getFloatType |
1 | 4 | [[#990d6c20]] | getLongType |
2 | 1 | [[#9c3a5920]] | BOOLEAN_INDEX |
2 | 2 | [[#9c3a5920]] | CHAR_INDEX |
2 | 3 | [[#9c3a5920]] | FLOAT_INDEX |
2 | 4 | [[#9c3a5920]] | LONG_INDEX |
3 | 1 | [[#990d6c60]] | getByteType |
3 | 2 | [[#990d6c60]] | getDoubleType |
3 | 3 | [[#990d6c60]] | getIntType |
3 | 4 | [[#990d6c60]] | getShortType |
4 | 1 | [[#990d6b60]] | BYTE_INDEX |
4 | 2 | [[#990d6b60]] | DOUBLE_INDEX |
4 | 3 | [[#990d6b60]] | INT_INDEX |
4 | 4 | [[#990d6b60]] | SHORT_INDEX |