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.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 122 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountwizard/IdentityStep.java |
2 | 8 | 70 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountwizard/IncomingServerStep.java |
3 | 8 | 69 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountwizard/OutgoingServerStep.java |
| |||||
Method method = null; try { method = accountNameTextField.getClass().getMethod("getText", null); } catch (NoSuchMethodException nsme) { } |
| |||||
Method method = null; try { method = loginTextField.getClass().getMethod("getText", null); } catch (NoSuchMethodException nsme) { } |
| |||||
Method method = null; try { method = hostTextField.getClass().getMethod("getText", null); } catch (NoSuchMethodException nsme) { } |
| |||
Method method = null; try { method = [[#variable130859a0]].getClass().getMethod("getText", null); } catch (NoSuchMethodException nsme) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130859a0]] | accountNameTextField |
1 | 2 | [[#130859a0]] | loginTextField |
1 | 3 | [[#130859a0]] | hostTextField |