Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 293 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 3 | 297 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
| ||||
protected void consumeTypeArgument() { super.consumeTypeArgument(); patternLocator.match((TypeReference) genericsStack[genericsPtr], nodeSet); } |
| ||||
protected void consumeTypeParameterHeader() { super.consumeTypeParameterHeader(); patternLocator.match((TypeParameter) genericsStack[genericsPtr], nodeSet); } |
| |||
protected void [[#variable971e31e0]]() { super. [[#variable971e31e0]](); patternLocator.match(( [[#variable971e3180]]) genericsStack[genericsPtr], nodeSet); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#971e31e0]] | consumeTypeArgument |
1 | 2 | [[#971e31e0]] | consumeTypeParameterHeader |
2 | 1 | [[#971e3180]] | TypeReference |
2 | 2 | [[#971e3180]] | TypeParameter |