CloneSet4545


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.980class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15218
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
25266
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
35287
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
Clone Instance
1
Line Count
5
Source Line
218
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

protected void consumeMarkerAnnotation() {
        super.consumeMarkerAnnotation();
        // this is always an Annotation
        Annotation annotation = (Annotation) expressionStack[expressionPtr];
        this.patternLocator.match(annotation, nodeSet);
}


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

protected void consumeNormalAnnotation() {
        super.consumeNormalAnnotation();
        // this is always an Annotation
        Annotation annotation = (Annotation) expressionStack[expressionPtr];
        this.patternLocator.match(annotation, nodeSet);
}


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

protected void consumeSingleMemberAnnotation() {
        super.consumeSingleMemberAnnotation();
        // this is always an Annotation
        Annotation annotation = (Annotation) expressionStack[expressionPtr];
        this.patternLocator.match(annotation, nodeSet);
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void [[#variablebae6cc40]]() {
  super. [[#variablebae6cc40]]();
  // this is always an Annotation
  Annotation annotation = (Annotation) expressionStack[expressionPtr];
  this.patternLocator.match(annotation, nodeSet);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bae6cc40]]
consumeMarkerAnnotation 
12[[#bae6cc40]]
consumeNormalAnnotation 
13[[#bae6cc40]]
consumeSingleMemberAnnotation