CloneSet2887


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.995interface_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1122
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/IJavaDocTagConstants.java
2134
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/IJavaDocTagConstants.java
Clone Instance
1
Line Count
1
Source Line
22
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/IJavaDocTagConstants.java

        /** Javadoc break tags */
        public static final String[] JAVADOC_BREAK_TAGS = new String[] {
                                                                         "dd", "dt", "li", "td", "th", "tr", "h1", "h2", "h3", "h4", "h5", "h6", "q"
                                                                       };                                                                              //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ //$NON-NLS-11$ //$NON-NLS-12$ //$NON-NLS-13$


Clone Instance
2
Line Count
1
Source Line
34
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/IJavaDocTagConstants.java

        /** Javadoc new line tags */
        public static final String[] JAVADOC_NEWLINE_TAGS = new String[] {
                                                                           "dd", "dt", "li", "td", "th", "tr", "h1", "h2", "h3", "h4", "h5", "h6", "q"
                                                                         };                                                                              //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ //$NON-NLS-11$ //$NON-NLS-12$ //$NON-NLS-13$


Clone AbstractionParameter Count: 1Parameter Bindings

/** Javadoc break tags */
/** Javadoc new line tags */
public static final String[]  [[#variableb49e5100]]= new String[] {
                                                                    "dd",
                                                                    "dt",
                                                                    "li",
                                                                    "td",
                                                                    "th",
                                                                    "tr",
                                                                    "h1",
                                                                    "h2",
                                                                    "h3",
                                                                    "h4",
                                                                    "h5",
                                                                    "h6",
                                                                    "q"
                                                                  }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ //$NON-NLS-11$ //$NON-NLS-12$ //$NON-NLS-13$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b49e5100]]
JAVADOC_BREAK_TAGS 
12[[#b49e5100]]
JAVADOC_NEWLINE_TAGS