Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java |
2 | 11 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java |
| ||||
public static final String FIELD = "field"; //$NON-NLS-1$ public static final String FIELD_TYPE = "field_type"; //$NON-NLS-1$ public static final String BARE_FIELD_NAME = "bare_field_name"; //$NON-NLS-1$ |
| ||||
/** * A named preference part that controls the highlighting of fields. */ public static final String FIELD = "field"; //$NON-NLS-1$ /** * A named preference part that controls the highlighting of method declarations. */ public static final String METHOD_DECLARATION = "methodDeclarationName"; //$NON-NLS-1$ /** * A named preference part that controls the highlighting of static method invocations. */ public static final String STATIC_METHOD_INVOCATION = "staticMethodInvocation"; //$NON-NLS-1$ |
| |||
/** * A named preference part that controls the highlighting of fields. */ public static final String FIELD = "field"; //$NON-NLS-1$ /** * A named preference part that controls the highlighting of method declarations. */ public static final String [[#variable77a04480]]= [[#variableb5ac2340]]; //$NON-NLS-1$ /** * A named preference part that controls the highlighting of static method invocations. */ public static final String [[#variable77a04a80]]= [[#variable77a04400]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77a04480]] | FIELD_TYPE |
1 | 2 | [[#77a04480]] | METHOD_DECLARATION |
2 | 1 | [[#b5ac2340]] | "field_type" |
2 | 2 | [[#b5ac2340]] | "methodDeclarationName" |
3 | 1 | [[#77a04a80]] | BARE_FIELD_NAME |
3 | 2 | [[#77a04a80]] | STATIC_METHOD_INVOCATION |
4 | 1 | [[#77a04400]] | "bare_field_name" |
4 | 2 | [[#77a04400]] | "staticMethodInvocation" |