CloneSet4638


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13156
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
23171
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
Clone Instance
1
Line Count
3
Source Line
156
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                                        JavadocArgumentExpression argument = (JavadocArgumentExpression) messageSend.arguments[a];
                                                        if (argument.argument != null && argument.argument.type != null) {
                                                                this.patternLocator.match(argument.argument.type, this.nodeSet);
                                                        }


Clone Instance
2
Line Count
3
Source Line
171
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                                        JavadocArgumentExpression argument = (JavadocArgumentExpression) constructor.arguments[a];
                                                        if (argument.argument != null && argument.argument.type != null) {
                                                                this.patternLocator.match(argument.argument.type, this.nodeSet);
                                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

JavadocArgumentExpression argument = (JavadocArgumentExpression)  [[#variable78b7a7e0]].arguments[a];
if (argument.argument != null && argument.argument.type != null) {
  this.patternLocator.match(argument.argument.type, this.nodeSet);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78b7a7e0]]
messageSend 
12[[#78b7a7e0]]
constructor