| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 4 | 0.964 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 702 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
| 2 | 4 | 253 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java |
| 3 | 4 | 277 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java |
| ||||
catch (CoreException e) {
final String title = Messages.FactoryPathConfigurationBlock_unableToSaveFactorypath_title;
final String message = Messages.FactoryPathConfigurationBlock_unableToSaveFactorypath_message;
ExceptionHandler.handle(e, fBlockControl.getShell(), title, message);
}
|
| ||||
catch (CoreException e) {
final String title = FormatterMessages.CodingStyleConfigurationBlock_save_profile_error_title;
final String message = FormatterMessages.CodingStyleConfigurationBlock_save_profile_error_message;
ExceptionHandler.handle(e, fComposite.getShell(), title, message);
}
|
| ||||
catch (CoreException e) {
final String title = FormatterMessages.CodingStyleConfigurationBlock_load_profile_error_title;
final String message = FormatterMessages.CodingStyleConfigurationBlock_load_profile_error_message;
ExceptionHandler.handle(e, fComposite.getShell(), title, message);
}
|
| |||
catch (CoreException e) {
final String title = [[#variable634c6240]]. [[#variable634c61e0]];
final String message = [[#variable634c6240]]. [[#variable634c6080]];
ExceptionHandler.handle(e, [[#variable634c60e0]].getShell(), title, message);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#634c6240]] | Messages |
| 1 | 2 | [[#634c6240]] | FormatterMessages |
| 1 | 3 | [[#634c6240]] | FormatterMessages |
| 2 | 1 | [[#634c61e0]] | FactoryPathConfigurationBlock_unableToSaveFactorypath_title |
| 2 | 2 | [[#634c61e0]] | CodingStyleConfigurationBlock_load_profile_error_title |
| 2 | 3 | [[#634c61e0]] | CodingStyleConfigurationBlock_save_profile_error_title |
| 3 | 1 | [[#634c6080]] | FactoryPathConfigurationBlock_unableToSaveFactorypath_message |
| 3 | 2 | [[#634c6080]] | CodingStyleConfigurationBlock_load_profile_error_message |
| 3 | 3 | [[#634c6080]] | CodingStyleConfigurationBlock_save_profile_error_message |
| 4 | 1 | [[#634c60e0]] | fBlockControl |
| 4 | 2 | [[#634c60e0]] | fComposite |
| 4 | 3 | [[#634c60e0]] | fComposite |