Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 269 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
2 | 5 | 278 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
{ JavadocMessageSend msgSend = (JavadocMessageSend) reference; int modifiers = msgSend.binding == null ? -1: msgSend.binding.modifiers; if (msgSend.tagValue == JavadocTagConstants.TAG_VALUE_VALUE) { // cannot refer to method for @value tag scope.problemReporter().javadocInvalidValueReference(msgSend.sourceStart, msgSend.sourceEnd, modifiers); } } |
| ||||
{ JavadocAllocationExpression alloc = (JavadocAllocationExpression) reference; int modifiers = alloc.binding == null ? -1: alloc.binding.modifiers; if (alloc.tagValue == JavadocTagConstants.TAG_VALUE_VALUE) { // cannot refer to method for @value tag scope.problemReporter().javadocInvalidValueReference(alloc.sourceStart, alloc.sourceEnd, modifiers); } } |
| |||
{ [[#variable98f9e380]] [[#variable98f9fbe0]]= ( [[#variable98f9e380]]) reference; int modifiers = [[#variable98f9fbe0]].binding == null ? -1: [[#variable98f9fbe0]].binding.modifiers; if ( [[#variable98f9fbe0]].tagValue == JavadocTagConstants.TAG_VALUE_VALUE) { // cannot refer to method for @value tag scope.problemReporter().javadocInvalidValueReference( [[#variable98f9fbe0]].sourceStart, [[#variable98f9fbe0]].sourceEnd, modifiers); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#98f9e380]] | JavadocAllocationExpression |
1 | 2 | [[#98f9e380]] | JavadocMessageSend |
2 | 1 | [[#98f9fbe0]] | alloc |
2 | 2 | [[#98f9fbe0]] | msgSend |