Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 4 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 110 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 8 | 118 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
3 | 8 | 126 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
| ||||
if (paramReferences != null) { for (int i = 0,length = paramReferences.length; i < length; i++) { this.patternLocator.match(paramReferences[i], this.nodeSet); } } // Search for pattern locator matches in javadoc comment type parameters @param tags JavadocSingleTypeReference[] paramTypeParameters = this.javadoc.paramTypeParameters; |
| ||||
if (paramTypeParameters != null) { for (int i = 0,length = paramTypeParameters.length; i < length; i++) { this.patternLocator.match(paramTypeParameters[i], this.nodeSet); } } // Search for pattern locator matches in javadoc comment @throws/@exception tags TypeReference[] thrownExceptions = this.javadoc.exceptionReferences; |
| ||||
if (thrownExceptions != null) { for (int i = 0,length = thrownExceptions.length; i < length; i++) { this.patternLocator.match(thrownExceptions[i], this.nodeSet); } } // Search for pattern locator matches in javadoc comment @see tags Expression[] references = this.javadoc.seeReferences; |
| |||
if ( [[#variable92c9fc60]]!= null) { for (int i = 0, length = [[#variable92c9fc60]].length; i < length; i++) { this.patternLocator.match( [[#variable92c9fc60]][i], this.nodeSet); } } [[#variable92c9e580]][] [[#variable92c9e5a0]]= this.javadoc. [[#variable92c9fb00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92c9fc60]] | paramTypeParameters |
1 | 2 | [[#92c9fc60]] | paramReferences |
1 | 3 | [[#92c9fc60]] | thrownExceptions |
2 | 1 | [[#92c9e580]] | // Search for pattern locator matches in javadoc comment @throws/@exception tags TypeReference |
2 | 2 | [[#92c9e580]] | // Search for pattern locator matches in javadoc comment type parameters @param tags JavadocSingleTypeReference |
2 | 3 | [[#92c9e580]] | // Search for pattern locator matches in javadoc comment @see tags Expression |
3 | 1 | [[#92c9e5a0]] | thrownExceptions |
3 | 2 | [[#92c9e5a0]] | paramTypeParameters |
3 | 3 | [[#92c9e5a0]] | references |
4 | 1 | [[#92c9fb00]] | exceptionReferences |
4 | 2 | [[#92c9fb00]] | paramTypeParameters |
4 | 3 | [[#92c9fb00]] | seeReferences |