Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 209 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java |
2 | 4 | 245 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java |
| ||||
if ( !addOverrideAnnotation && !addDeprecatedAnnotation && !rawTypeReference) return null; List /*<IFixRewriteOperation>*/ operations = new ArrayList(); |
| ||||
if ( !addOverrideAnnotation && !addDeprecatedAnnotation && !rawTypeReferences) return null; List /*<IFixRewriteOperation>*/ operations = new ArrayList(); |
| |||
if ( !addOverrideAnnotation && !addDeprecatedAnnotation && ! [[#variable9eefac40]]) return null; List /*<IFixRewriteOperation>*/ operations = new ArrayList(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9eefac40]] | rawTypeReferences |
1 | 2 | [[#9eefac40]] | rawTypeReference |