Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.992 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1066 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 3 | 1070 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
| ||||
if ((lastModifiers& ClassFileConstants.AccAbstract) == 0 && (lastModifiers& ClassFileConstants.AccFinal) == 0) { keywords[count++ ] = Keywords.ABSTRACT; } |
| ||||
if ((lastModifiers& ClassFileConstants.AccAbstract) == 0 && (lastModifiers& ClassFileConstants.AccFinal) == 0) { keywords[count++ ] = Keywords.FINAL; } |
| |||
if ((lastModifiers&ClassFileConstants.AccAbstract) == 0 && (lastModifiers&ClassFileConstants.AccFinal) == 0) { keywords[count++ ] = Keywords. [[#variable90c69f40]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#90c69f40]] | FINAL |
1 | 2 | [[#90c69f40]] | ABSTRACT |