CloneSet901


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4430.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1443
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java
2449
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java
3459
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java
4465
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java
Clone Instance
1
Line Count
4
Source Line
43
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java

                if (this.paramReferences != null) {
                        for (int i = 0, length = this.paramReferences.length; i < length; i++) {
                                printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$             
                                this.paramReferences[i].print(indent, output).append('\n');
                        }
                }


Clone Instance
2
Line Count
4
Source Line
49
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java

                if (this.paramTypeParameters != null) {
                        for (int i = 0, length = this.paramTypeParameters.length; i < length; i++) {
                                printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$            
                                this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
                        }
                }


Clone Instance
3
Line Count
4
Source Line
59
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java

                if (this.exceptionReferences != null) {
                        for (int i = 0, length = this.exceptionReferences.length; i < length; i++) {
                                printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$            
                                this.exceptionReferences[i].print(indent, output).append('\n');
                        }
                }


Clone Instance
4
Line Count
4
Source Line
65
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java

                if (this.seeReferences != null) {
                        for (int i = 0, length = this.seeReferences.length; i < length; i++) {
                                printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$               
                                this.seeReferences[i].print(indent, output).append('\n');
                        }
                }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this. [[#variableb9fc8900]]!= null) {
  for (int i = 0, length = this. [[#variableb9fc8900]].length; i < length; i++) {
    printIndent(indent + 1, output).append( [[#variablea42626e0]]); //$NON-NLS-1$           
    this. [[#variableb9fc8900]][i].print(indent, output).append( [[#variableb9fc8920]]); //$NON-NLS-1$
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9fc8900]]
paramReferences 
12[[#b9fc8900]]
paramTypeParameters 
13[[#b9fc8900]]
exceptionReferences 
14[[#b9fc8900]]
seeReferences 
21[[#a42626e0]]
" * @param " 
22[[#a42626e0]]
" * @param <" 
23[[#a42626e0]]
" * @throws " 
24[[#a42626e0]]
" * @see " 
31[[#b9fc8920]]
'\n' 
32[[#b9fc8920]]
">\n" 
33[[#b9fc8920]]
'\n' 
34[[#b9fc8920]]
'\n'