Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 4 | 0.963 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 65 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java |
2 | 19 | 164 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMNode.java |
| ||||
/** * This field is not intended to be used by client. */ protected static final int IMPORT = 0x00000004; /** * This field is not intended to be used by client. */ protected static final int METHOD = 0x00000008; /** * This field is not intended to be used by client. */ protected static final int FIELD = 0x00000010; /** * This field is not intended to be used by client. */ protected static final int LOCAL = 0x00000020; |
| ||||
/** * A bit mask indicating this field's type has been * altered from its original contents in the document. */ protected static final int MASK_FIELD_TYPE_ALTERED = 0x00000004; /** * A bit mask indicating this node's name has been * altered from its original contents in the document. */ protected static final int MASK_NAME_ALTERED = 0x00000008; /** * A bit mask indicating this node currently has a * body. */ protected static final int MASK_HAS_BODY = 0x00000010; /** * A bit mask indicating this node currently has a * preceding comment. */ protected static final int MASK_HAS_COMMENT = 0x00000020; |
| |||
/** * This field is not intended to be used by client. */ /** * A bit mask indicating this field's type has been * altered from its original contents in the document. */ protected static final int [[#variable64978500]]= 0x00000004; /** * This field is not intended to be used by client. */ /** * A bit mask indicating this node's name has been * altered from its original contents in the document. */ protected static final int [[#variable64969740]]= 0x00000008; /** * This field is not intended to be used by client. */ /** * A bit mask indicating this node currently has a * body. */ protected static final int [[#variable64978540]]= 0x00000010; /** * This field is not intended to be used by client. */ /** * A bit mask indicating this node currently has a * preceding comment. */ protected static final int [[#variable64978480]]= 0x00000020; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64978500]] | IMPORT |
1 | 2 | [[#64978500]] | MASK_FIELD_TYPE_ALTERED |
2 | 1 | [[#64969740]] | METHOD |
2 | 2 | [[#64969740]] | MASK_NAME_ALTERED |
3 | 1 | [[#64978540]] | FIELD |
3 | 2 | [[#64978540]] | MASK_HAS_BODY |
4 | 1 | [[#64978480]] | LOCAL |
4 | 2 | [[#64978480]] | MASK_HAS_COMMENT |