Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.975 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 224 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/PropertiesFileCorrectionAssistant.java |
2 | 5 | 146 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/PropertiesFileCorrectionProcessor.java |
3 | 5 | 159 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java |
| ||||
{ try { manager.disconnect(path, null); } catch (CoreException e) { JavaPlugin.log(e.getStatus()); } } |
| ||||
{ try { manager.disconnect(path, null); } catch (CoreException e) { JavaPlugin.log(e.getStatus()); } } |
| ||||
{ try { manager.disconnect(path, null); } catch (CoreException ex) { JavaPlugin.log(ex.getStatus()); } } |
| |||
{ try { manager.disconnect(path, null); } catch (CoreException [[#variable77b83500]]) { JavaPlugin.log( [[#variable77b83500]].getStatus()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b83500]] | e |
1 | 2 | [[#77b83500]] | ex |
1 | 3 | [[#77b83500]] | e |