Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 185 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
2 | 2 | 297 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
3 | 2 | 469 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
// Verify if there's some possible param tag AbstractMethodDeclaration md = methScope.referenceMethod(); int paramTagsSize = this.paramReferences == null ? 0: this.paramReferences.length; |
| ||||
AbstractMethodDeclaration md = methScope.referenceMethod(); int paramTagsSize = this.paramReferences == null ? 0: this.paramReferences.length; |
| ||||
AbstractMethodDeclaration md = methScope.referenceMethod(); int throwsTagsLength = this.exceptionReferences == null ? 0: this.exceptionReferences.length; |
| |||
// Verify if there's some possible param tag AbstractMethodDeclaration md = methScope.referenceMethod(); int [[#variable5055ad40]]= this. [[#variable5055ad00]]== null ? 0: this. [[#variable5055ad00]].length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5055ad40]] | throwsTagsLength |
1 | 2 | [[#5055ad40]] | paramTagsSize |
1 | 3 | [[#5055ad40]] | paramTagsSize |
2 | 1 | [[#5055ad00]] | exceptionReferences |
2 | 2 | [[#5055ad00]] | paramReferences |
2 | 3 | [[#5055ad00]] | paramReferences |