Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.963 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 39 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFormatException.java |
2 | 36 | 315 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
| ||||
public static final int ErrMalformedAttribute = 23; public static final int ErrBadInterface = 24; public static final int ErrInterfaceMustSubclassObject = 25; public static final int ErrIncorrectInterfaceMethods = 26; public static final int ErrInvalidMethodName = 27; public static final int ErrInvalidMethodSignature = 28; |
| ||||
/** * Node type constant indicating a node of type * <code>FieldDeclaration</code>. * @see FieldDeclaration */ public static final int FIELD_DECLARATION = 23; /** * Node type constant indicating a node of type * <code>ForStatement</code>. * @see ForStatement */ public static final int FOR_STATEMENT = 24; /** * Node type constant indicating a node of type * <code>IfStatement</code>. * @see IfStatement */ public static final int IF_STATEMENT = 25; /** * Node type constant indicating a node of type * <code>ImportDeclaration</code>. * @see ImportDeclaration */ public static final int IMPORT_DECLARATION = 26; /** * Node type constant indicating a node of type * <code>InfixExpression</code>. * @see InfixExpression */ public static final int INFIX_EXPRESSION = 27; /** * Node type constant indicating a node of type * <code>Initializer</code>. * @see Initializer */ public static final int INITIALIZER = 28; |
| |||
/** * Node type constant indicating a node of type * <code>FieldDeclaration</code>. * @see FieldDeclaration */ public static final int [[#variable92252720]]= 23; /** * Node type constant indicating a node of type * <code>ForStatement</code>. * @see ForStatement */ public static final int [[#variable92252680]]= 24; /** * Node type constant indicating a node of type * <code>IfStatement</code>. * @see IfStatement */ public static final int [[#variable922525c0]]= 25; /** * Node type constant indicating a node of type * <code>ImportDeclaration</code>. * @see ImportDeclaration */ public static final int [[#variable92252500]]= 26; /** * Node type constant indicating a node of type * <code>InfixExpression</code>. * @see InfixExpression */ public static final int [[#variable922524c0]]= 27; /** * Node type constant indicating a node of type * <code>Initializer</code>. * @see Initializer */ public static final int [[#variable92252560]]= 28; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92252720]] | ErrMalformedAttribute |
1 | 2 | [[#92252720]] | FIELD_DECLARATION |
2 | 1 | [[#92252680]] | ErrBadInterface |
2 | 2 | [[#92252680]] | FOR_STATEMENT |
3 | 1 | [[#922525c0]] | ErrInterfaceMustSubclassObject |
3 | 2 | [[#922525c0]] | IF_STATEMENT |
4 | 1 | [[#92252500]] | ErrIncorrectInterfaceMethods |
4 | 2 | [[#92252500]] | IMPORT_DECLARATION |
5 | 1 | [[#922524c0]] | ErrInvalidMethodName |
5 | 2 | [[#922524c0]] | INFIX_EXPRESSION |
6 | 1 | [[#92252560]] | ErrInvalidMethodSignature |
6 | 2 | [[#92252560]] | INITIALIZER |