Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 497 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
2 | 5 | 537 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
if (exceptionBinding != null && exceptionBinding.isValidBinding()) { // flag only valid class name int j = i; while (j < thrownExceptionLength && exceptionBinding != md.thrownExceptions[j].resolvedType) j++; if (j < thrownExceptionLength) { methScope.problemReporter().javadocMissingThrowsTag(md.thrownExceptions[j], md.binding.modifiers); } } |
| ||||
if (exceptionBinding != null && exceptionBinding.isValidBinding()) { // flag only valid class name int k = i; while (k < thrownExceptionLength && exceptionBinding != md.thrownExceptions[k].resolvedType) k++; if (k < thrownExceptionLength) { methScope.problemReporter().javadocMissingThrowsTag(md.thrownExceptions[k], md.binding.modifiers); } } |
| |||
if (exceptionBinding != null && exceptionBinding.isValidBinding()) { // flag only valid class name int [[#variable96149340]]= i; while ( [[#variable96149340]] < thrownExceptionLength && exceptionBinding != md.thrownExceptions[ [[#variable96149340]]].resolvedType) [[#variable96149340]]++; if ( [[#variable96149340]] < thrownExceptionLength) { methScope.problemReporter().javadocMissingThrowsTag(md.thrownExceptions[ [[#variable96149340]]], md.binding.modifiers); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96149340]] | k |
1 | 2 | [[#96149340]] | j |