Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 4 | 0.955 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 33 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
2 | 2 | 37 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java |
3 | 2 | 32 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NumberLiteral.java |
4 | 2 | 38 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleName.java |
5 | 2 | 32 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java |
6 | 2 | 42 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java |
7 | 2 | 34 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java |
| ||||
/** * The "escapedValue" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor ESCAPED_VALUE_PROPERTY = new SimplePropertyDescriptor(CharacterLiteral.class , "escapedValue", String.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "comment" structural property of this node type (JLS2 API only). * @since 3.0 * @deprecated Replaced by {@link #TAGS_PROPERTY} in the JLS3 API. */ public static final SimplePropertyDescriptor COMMENT_PROPERTY = new SimplePropertyDescriptor(Javadoc.class , "comment", String.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "token" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor TOKEN_PROPERTY = new SimplePropertyDescriptor(NumberLiteral.class , "token", String.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "identifier" structural property of this node type. * * @since 3.0 */ public static final SimplePropertyDescriptor IDENTIFIER_PROPERTY = new SimplePropertyDescriptor(SimpleName.class , "identifier", String.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "escapedValue" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor ESCAPED_VALUE_PROPERTY = new SimplePropertyDescriptor(StringLiteral.class , "escapedValue", String.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "tagName" structural property of this node type. * * @since 3.0 */ public static final SimplePropertyDescriptor TAG_NAME_PROPERTY = new SimplePropertyDescriptor(TagElement.class , "tagName", String.class , OPTIONAL); //$NON-NLS-1$ |
| ||||
/** * The "test" structural property of this node type. * * @since 3.0 */ public static final SimplePropertyDescriptor TEXT_PROPERTY = new SimplePropertyDescriptor(TextElement.class , "text", String.class , MANDATORY); //$NON-NLS-1$ |
| |||
/** * The "test" structural property of this node type. * * @since 3.0 */ /** * The "tagName" structural property of this node type. * * @since 3.0 */ /** * The "escapedValue" structural property of this node type. * @since 3.0 */ /** * The "identifier" structural property of this node type. * * @since 3.0 */ /** * The "token" structural property of this node type. * @since 3.0 */ /** * The "comment" structural property of this node type (JLS2 API only). * @since 3.0 * @deprecated Replaced by {@link #TAGS_PROPERTY} in the JLS3 API. */ public static final SimplePropertyDescriptor [[#variable5f540c80]]= new SimplePropertyDescriptor( [[#variable5f540be0]].class , [[#variable5f540b80]], String.class , [[#variable5f540b00]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f540c80]] | TEXT_PROPERTY |
1 | 2 | [[#5f540c80]] | TAG_NAME_PROPERTY |
1 | 3 | [[#5f540c80]] | ESCAPED_VALUE_PROPERTY |
1 | 4 | [[#5f540c80]] | IDENTIFIER_PROPERTY |
1 | 5 | [[#5f540c80]] | TOKEN_PROPERTY |
1 | 6 | [[#5f540c80]] | COMMENT_PROPERTY |
1 | 7 | [[#5f540c80]] | ESCAPED_VALUE_PROPERTY |
2 | 1 | [[#5f540be0]] | TextElement |
2 | 2 | [[#5f540be0]] | TagElement |
2 | 3 | [[#5f540be0]] | StringLiteral |
2 | 4 | [[#5f540be0]] | SimpleName |
2 | 5 | [[#5f540be0]] | NumberLiteral |
2 | 6 | [[#5f540be0]] | Javadoc |
2 | 7 | [[#5f540be0]] | CharacterLiteral |
3 | 1 | [[#5f540b80]] | "text" |
3 | 2 | [[#5f540b80]] | "tagName" |
3 | 3 | [[#5f540b80]] | "escapedValue" |
3 | 4 | [[#5f540b80]] | "identifier" |
3 | 5 | [[#5f540b80]] | "token" |
3 | 6 | [[#5f540b80]] | "comment" |
3 | 7 | [[#5f540b80]] | "escapedValue" |
4 | 1 | [[#5f540b00]] | MANDATORY |
4 | 2 | [[#5f540b00]] | OPTIONAL |
4 | 3 | [[#5f540b00]] | MANDATORY |
4 | 4 | [[#5f540b00]] | MANDATORY |
4 | 5 | [[#5f540b00]] | MANDATORY |
4 | 6 | [[#5f540b00]] | MANDATORY |
4 | 7 | [[#5f540b00]] | MANDATORY |