| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 4 | 0.951 | class_body_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 131 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| 2 | 5 | 170 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| ||||
// try statements
public static final int IsSubRoutineEscaping = Bit15;
public static final int IsTryBlockExiting = Bit30;
// for type declaration
public static final int ContainsAssertion = Bit1;
|
| ||||
public static final int IsVarArgs = Bit15;
public static final int IgnoreRawTypeCheck = Bit31;
// for array initializer
public static final int IsAnnotationDefaultValue = Bit1;
|
| |||
// try statements public static final int [[#variable97ac5700]]= Bit15; public static final int [[#variable97ac55c0]]= [[#variable97ac5640]]; // for array initializer // for type declaration public static final int [[#variable97ac5580]]= Bit1; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#97ac5700]] | IsVarArgs |
| 1 | 2 | [[#97ac5700]] | IsSubRoutineEscaping |
| 2 | 1 | [[#97ac55c0]] | IgnoreRawTypeCheck |
| 2 | 2 | [[#97ac55c0]] | IsTryBlockExiting |
| 3 | 1 | [[#97ac5640]] | Bit31 |
| 3 | 2 | [[#97ac5640]] | Bit30 |
| 4 | 1 | [[#97ac5580]] | IsAnnotationDefaultValue |
| 4 | 2 | [[#97ac5580]] | ContainsAssertion |