Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 218 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 5 | 266 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
3 | 5 | 287 | 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); } |
| ||||
protected void consumeNormalAnnotation() { super.consumeNormalAnnotation(); // this is always an Annotation Annotation annotation = (Annotation) expressionStack[expressionPtr]; this.patternLocator.match(annotation, nodeSet); } |
| ||||
protected void consumeSingleMemberAnnotation() { super.consumeSingleMemberAnnotation(); // this is always an Annotation Annotation annotation = (Annotation) expressionStack[expressionPtr]; this.patternLocator.match(annotation, nodeSet); } |
| |||
protected void [[#variablebae6cc40]]() { super. [[#variablebae6cc40]](); // this is always an Annotation Annotation annotation = (Annotation) expressionStack[expressionPtr]; this.patternLocator.match(annotation, nodeSet); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bae6cc40]] | consumeMarkerAnnotation |
1 | 2 | [[#bae6cc40]] | consumeNormalAnnotation |
1 | 3 | [[#bae6cc40]] | consumeSingleMemberAnnotation |