Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 2 | 0.966 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1506 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
2 | 5 | 1512 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
3 | 5 | 1518 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
4 | 5 | 1532 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
5 | 5 | 1537 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
| ||||
new TypeReferencePattern( CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, type, matchRule ) |
| ||||
new TypeReferencePattern( CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, typeSignature, matchRule ) |
| ||||
new SuperTypeReferencePattern( CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, SuperTypeReferencePattern.ONLY_SUPER_INTERFACES, matchRule ) |
| ||||
new TypeReferencePattern( CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, type, matchRule ) |
| ||||
new TypeReferencePattern( CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, typeSignature, matchRule ) |
| |||
new [[#variablea0ed6e20]](CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName, [[#variablea0ed6dc0]], matchRule) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0ed6e20]] | TypeReferencePattern |
1 | 2 | [[#a0ed6e20]] | TypeReferencePattern |
1 | 3 | [[#a0ed6e20]] | SuperTypeReferencePattern |
1 | 4 | [[#a0ed6e20]] | TypeReferencePattern |
1 | 5 | [[#a0ed6e20]] | TypeReferencePattern |
2 | 1 | [[#a0ed6dc0]] | typeSignature |
2 | 2 | [[#a0ed6dc0]] | type |
2 | 3 | [[#a0ed6dc0]] | SuperTypeReferencePattern.ONLY_SUPER_INTERFACES |
2 | 4 | [[#a0ed6dc0]] | typeSignature |
2 | 5 | [[#a0ed6dc0]] | type |