Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 275 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/CreateMappingCommand.java |
2 | 10 | 288 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/CreateMappingCommand.java |
| |||||
@Override public String getLabel() { if (inputs == null || inputs.isEmpty() || outputs == null || outputs.isEmpty()) { return MappingPlugin.getPlugin().getString("_UI_CreateMappingCommand_onesided_label"); } else { return super.getLabel(); } } |
| |||||
@Override public String getDescription() { if (inputs == null || inputs.isEmpty() || outputs == null || outputs.isEmpty()) { return MappingPlugin.getPlugin().getString("_UI_CreateMappingCommand_onesided_description"); } else { return super.getDescription(); } } |
| |||
@Override public String [[#variable1743c580]]() { if (inputs == null || inputs.isEmpty() || outputs == null || outputs.isEmpty()) { return MappingPlugin.getPlugin().getString( [[#variable1743c9c0]]); } else { return super. [[#variable1743c580]](); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1743c580]] | getLabel |
1 | 2 | [[#1743c580]] | getDescription |
2 | 1 | [[#1743c9c0]] | "_UI_CreateMappingCommand_onesided_label" |
2 | 2 | [[#1743c9c0]] | "_UI_CreateMappingCommand_onesided_description" |