| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 3 | 0.981 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 246 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java |
| 2 | 5 | 138 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java |
| 3 | 6 | 105 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocProblemsConfigurationBlock.java |
| 4 | 6 | 168 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java |
| ||||
String[] errorWarningIgnore = new String[] {
ERROR, WARNING, IGNORE
};
String[] errorWarningIgnoreLabels = new String[] {
PreferencesMessages.ComplianceConfigurationBlock_error,
PreferencesMessages.ComplianceConfigurationBlock_warning,
PreferencesMessages.ComplianceConfigurationBlock_ignore
};
|
| ||||
String[] errorWarningIgnore = new String[] {
ERROR, WARNING, IGNORE
};
String[] errorWarningIgnoreLabels = new String[] {
PreferencesMessages.JavaBuildConfigurationBlock_error,
PreferencesMessages.JavaBuildConfigurationBlock_warning,
PreferencesMessages.JavaBuildConfigurationBlock_ignore
};
|
| ||||
String[] errorWarningIgnore = new String[] {
ERROR, WARNING, IGNORE
};
String[] errorWarningIgnoreLabels = new String[] {
PreferencesMessages.JavadocProblemsConfigurationBlock_error,
PreferencesMessages.JavadocProblemsConfigurationBlock_warning,
PreferencesMessages.JavadocProblemsConfigurationBlock_ignore
};
|
| ||||
String[] errorWarningIgnore = new String[] {
ERROR, WARNING, IGNORE
};
String[] errorWarningIgnoreLabels = new String[] {
PreferencesMessages.ProblemSeveritiesConfigurationBlock_error,
PreferencesMessages.ProblemSeveritiesConfigurationBlock_warning,
PreferencesMessages.ProblemSeveritiesConfigurationBlock_ignore
};
|
| |||
String[] errorWarningIgnore = new String[] {
ERROR,
WARNING,
IGNORE
};
String[] errorWarningIgnoreLabels = new String[] {
PreferencesMessages. [[#variable5bdf41e0]],
PreferencesMessages. [[#variable5b745980]],
PreferencesMessages. [[#variable5bdf41c0]]
};
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5bdf41e0]] | ComplianceConfigurationBlock_error |
| 1 | 2 | [[#5bdf41e0]] | JavaBuildConfigurationBlock_error |
| 1 | 3 | [[#5bdf41e0]] | JavadocProblemsConfigurationBlock_error |
| 1 | 4 | [[#5bdf41e0]] | ProblemSeveritiesConfigurationBlock_error |
| 2 | 1 | [[#5b745980]] | ComplianceConfigurationBlock_warning |
| 2 | 2 | [[#5b745980]] | JavaBuildConfigurationBlock_warning |
| 2 | 3 | [[#5b745980]] | JavadocProblemsConfigurationBlock_warning |
| 2 | 4 | [[#5b745980]] | ProblemSeveritiesConfigurationBlock_warning |
| 3 | 1 | [[#5bdf41c0]] | ComplianceConfigurationBlock_ignore |
| 3 | 2 | [[#5bdf41c0]] | JavaBuildConfigurationBlock_ignore |
| 3 | 3 | [[#5bdf41c0]] | JavadocProblemsConfigurationBlock_ignore |
| 3 | 4 | [[#5bdf41c0]] | ProblemSeveritiesConfigurationBlock_ignore |