CloneSet1721


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2740.955class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1233
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
2237
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java
3232
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NumberLiteral.java
4238
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleName.java
5232
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java
6242
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java
7234
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java
Clone Instance
1
Line Count
2
Source Line
33
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.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$


Clone Instance
2
Line Count
2
Source Line
37
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java

        /**
         * 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$


Clone Instance
3
Line Count
2
Source Line
32
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NumberLiteral.java

        /**
         * 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$


Clone Instance
4
Line Count
2
Source Line
38
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleName.java

        /**
         * 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$


Clone Instance
5
Line Count
2
Source Line
32
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java

        /**
         * 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$


Clone Instance
6
Line Count
2
Source Line
42
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java

        /**
         * 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$


Clone Instance
7
Line Count
2
Source Line
34
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java

        /**
         * 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$


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f540c80]]
TEXT_PROPERTY 
12[[#5f540c80]]
TAG_NAME_PROPERTY 
13[[#5f540c80]]
ESCAPED_VALUE_PROPERTY 
14[[#5f540c80]]
IDENTIFIER_PROPERTY 
15[[#5f540c80]]
TOKEN_PROPERTY 
16[[#5f540c80]]
COMMENT_PROPERTY 
17[[#5f540c80]]
ESCAPED_VALUE_PROPERTY 
21[[#5f540be0]]
TextElement 
22[[#5f540be0]]
TagElement 
23[[#5f540be0]]
StringLiteral 
24[[#5f540be0]]
SimpleName 
25[[#5f540be0]]
NumberLiteral 
26[[#5f540be0]]
Javadoc 
27[[#5f540be0]]
CharacterLiteral 
31[[#5f540b80]]
"text" 
32[[#5f540b80]]
"tagName" 
33[[#5f540b80]]
"escapedValue" 
34[[#5f540b80]]
"identifier" 
35[[#5f540b80]]
"token" 
36[[#5f540b80]]
"comment" 
37[[#5f540b80]]
"escapedValue" 
41[[#5f540b00]]
MANDATORY 
42[[#5f540b00]]
OPTIONAL 
43[[#5f540b00]]
MANDATORY 
44[[#5f540b00]]
MANDATORY 
45[[#5f540b00]]
MANDATORY 
46[[#5f540b00]]
MANDATORY 
47[[#5f540b00]]
MANDATORY