Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 350 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java |
2 | 5 | 356 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java |
| ||||
if (Flags.isDeprecated(modifiers)) flags |= JavaElementImageDescriptor.DEPRECATED; if (Flags.isStatic(modifiers)) flags |= JavaElementImageDescriptor.STATIC; |
| ||||
if (Flags.isFinal(modifiers)) flags |= JavaElementImageDescriptor.FINAL; if (Flags.isSynchronized(modifiers)) flags |= JavaElementImageDescriptor.SYNCHRONIZED; |
| |||
if (Flags. [[#variable54dfe6e0]](modifiers)) flags |= JavaElementImageDescriptor. [[#variable54d60840]]; if (Flags. [[#variable54dfe600]](modifiers)) flags |= JavaElementImageDescriptor. [[#variable54d60800]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54dfe6e0]] | isDeprecated |
1 | 2 | [[#54dfe6e0]] | isFinal |
2 | 1 | [[#54d60840]] | DEPRECATED |
2 | 2 | [[#54d60840]] | FINAL |
3 | 1 | [[#54dfe600]] | isStatic |
3 | 2 | [[#54dfe600]] | isSynchronized |
4 | 1 | [[#54d60800]] | STATIC |
4 | 2 | [[#54d60800]] | SYNCHRONIZED |